diff options
Diffstat (limited to 'src/first_app.hpp')
-rwxr-xr-x | src/first_app.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/first_app.hpp b/src/first_app.hpp index 87cedba..3339b04 100755 --- a/src/first_app.hpp +++ b/src/first_app.hpp @@ -32,8 +32,6 @@ class FirstApp { static constexpr int WIDTH = 800; static constexpr int HEIGHT = 600; - void loadGameObjects(); - xe::Engine xeEngine; std::vector<xe::GameObject> gameObjects; |