diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-11 18:18:54 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-11 18:18:54 +0100 |
commit | e7dc31dad155b7b623374d3bb0ffbb8a8f579d2a (patch) | |
tree | f6943c6bf697700b1e8dc9c41f5e30b47380be22 /src/example | |
parent | 31a6448f8c97934dd9974758d9b5049650040bc7 (diff) |
ran make format
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; |