diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2017-10-09 22:51:50 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2017-10-09 22:51:50 +0200 |
commit | ff4929c650e6ed446b6faff9f6b0f078d0a3644c (patch) | |
tree | 932671a8f9e06d0add2fb2ae9c0f542bd3980304 /src/main.cpp | |
parent | 8d6cb03cd83b9f6576909058601af54f16c8acfe (diff) |
Initial work on entities.
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index d1afc2f..b63b610 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -8,6 +8,8 @@ int main() window.setVerticalSyncEnabled(true); + game.start(); + while (1) { game.tick(); interface.tick(); |