summaryrefslogtreecommitdiff
path: root/src/first_app.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsrc/first_app.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/first_app.hpp b/src/first_app.hpp
index d8942ab..d7beb78 100755
--- a/src/first_app.hpp
+++ b/src/first_app.hpp
@@ -26,8 +26,8 @@ class FirstApp {
void loadGameObjects();
- xe::XeEngine xeEngine;
+ xe::Engine xeEngine;
- std::vector<xe::XeGameObject> gameObjects;
+ std::vector<xe::GameObject> gameObjects;
};
} \ No newline at end of file