| 4 | #ifdef ZENGINE_PLATFORM |
| 5 | |
| 6 | int main(int argc, char* argv[]) { |
| 7 | |
| 8 | std::shared_ptr<Tetragrama::Editor> editor(new Tetragrama::Editor()); |
| 9 | editor->Initialize(); |
| 10 | editor->Run(); |
| 11 | return 0; |
| 12 | } |
| 13 | #endif |
nothing calls this directly
no test coverage detected