|
R-Type
2
Doom but in better
|

Files | |
| Failed.hpp | |
| File in charge of storing the exceptions concerning failed attempts. | |
| Found.hpp | |
| File in charge of storing the exceptions (that are not errors) informing the program of found content. | |
| Invalid.hpp | |
| File in charge of informing the user that they have tried to access an invalid component. | |
| No.hpp | |
| File in charge of informing the user that there isn't the element they tried to access. | |
| NotFound.hpp | |
| File in charge of informing the user that the content they tried to access was not found. | |
| NotInitialised.hpp | |
| File in charge of informing the user that the content they tried to access was not initialised. | |
| Unknown.hpp | |
| File in charge of informing the user that the program received an unknown element. | |