diff options
Diffstat (limited to 'src/first_app.hpp')
-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 a630d47..6fb63e1 100755 --- a/src/first_app.hpp +++ b/src/first_app.hpp @@ -33,8 +33,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 |