|
R-Type
2
Doom but in better
|

Directories | |
| CustomExceptions | |
| GUI | |
| Recoded | |
| Utilities | |
Files | |
| ActiveScreen.hpp | |
| Constants.hpp | |
| This is the file in charge of containing the constants that are meant to be used throughout the program. | |
| CustomExceptions.hpp | |
| File in charge of containing the custom errors that are going to be used for custom description errors. | |
| GUI.hpp | |
| This is the file that links the child ressources. | |
| Log.hpp | |
| This is the file in charge of containing the Log class (the one in charge of outputing info only when asked to) | |
| LogMacros.hpp | |
| Macro definitions for logging messages with varying levels of detail and formatting. | |
| RealMain.hpp | |
| This is the file in charge of containing the main class and other ressources at the root of the program. | |
| Recoded.hpp | |
| This is an agglomerator in which all the files from Recoded folder will be included. | |
| SoundLib.hpp | |
| Declaration of the SoundLib class for managing sounds in the ECS architecture. | |
| TOMLLoader.hpp | |
Contains the TOMLLoader class for handling loading and navigation of TOML data. | |
| Utilities.hpp | |