diff options
Diffstat (limited to '')
-rwxr-xr-x | src/first_app.hpp | 4 |
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 |