summaryrefslogtreecommitdiff
path: root/src/first_app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/first_app.hpp')
-rwxr-xr-xsrc/first_app.hpp2
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;