|
Raito 0.1
|


Go to the source code of this file.
Classes | |
| struct | Raito::Core::ApplicationInfo |
| class | Raito::Core::Application |
| Application base class. More... | |
Namespaces | |
| namespace | Raito |
| namespace | Raito::Core |
Macros | |
| #define | CREATE_AND_RUN(app_class, app_info) |
Functions | |
| int | Raito::Core::RunApp (Application &app, ApplicationInfo info, int argc, char **argv) |
| #define CREATE_AND_RUN | ( | app_class, | |
| app_info ) |
Application entry point macro
| app_class | Class that inherits from Application to be ran |
| app_info | Application info |