diff options
Diffstat (limited to 'src/example/gameLoop.cpp')
-rw-r--r-- | src/example/gameLoop.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/example/gameLoop.cpp b/src/example/gameLoop.cpp deleted file mode 100644 index f3edbdb..0000000 --- a/src/example/gameLoop.cpp +++ /dev/null @@ -1,8 +0,0 @@ -#include "crepe/api/LoopManager.h" -using namespace crepe; - -int main(){ - LoopManager loop; - loop.start(); - return 1; -} |