#include "Teddy/MixIn/Options.h"Include dependency graph for BaseRoot.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Teddy |
| namespace | Teddy::Application |
Defines | |
| #define | TEDDY_MAIN |
|
|
Value: extern "C" { \
int main( int argc, char **argv ){ \
Root *root = new Root(); \
root->start( argc, argv ); \
return 0; \
} \
}Definition at line 73 of file BaseRoot.h. |