diff options
Diffstat (limited to 'src/example')
-rw-r--r-- | src/example/gameloop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example/gameloop.cpp b/src/example/gameloop.cpp index 6cd0301..a676f20 100644 --- a/src/example/gameloop.cpp +++ b/src/example/gameloop.cpp @@ -1,6 +1,6 @@ #include "crepe/api/LoopManager.h" using namespace crepe; -int main(){ +int main() { LoopManager gameloop; gameloop.start(); return 1; |