| 51 | } |
| 52 | |
| 53 | int main(int argc, char * argv[]) |
| 54 | { |
| 55 | NEED_ALL_DEFAULT_MODULES; |
| 56 | Module::Initialize(); |
| 57 | // run the tutorial |
| 58 | tutorial(); |
| 59 | // shut-down daScript, free all memory |
| 60 | Module::Shutdown(); |
| 61 | return 0; |
| 62 | } |
nothing calls this directly
no test coverage detected