diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-03 09:58:01 +0200 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-03 09:58:01 +0200 |
| commit | 8488827025f25743ef18eca8c55cfdff5767341b (patch) | |
| tree | 47dd0d789c264a472c7fc2313966733a30213866 /src/main.cpp | |
| parent | 9759972f351bd68001735419bcfb9a285c68bed7 (diff) | |
| parent | 4cc6c6596b614fce392040b85a182dbf50d0b044 (diff) | |
Merge branch 'develop'
-Correct bugs
-Manage score
-Add some helpers
-Optimize some code
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 49c7a20..48c1766 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -25,6 +25,6 @@ int main() //Run the game controller.run(); - + //End the application return 0; } |
