summaryrefslogtreecommitdiff
path: root/src/first_app.hpp
diff options
context:
space:
mode:
authortylermurphy534 <tylermurphy534@gmail.com>2022-09-24 21:16:13 -0400
committertylermurphy534 <tylermurphy534@gmail.com>2022-09-24 21:16:13 -0400
commitf81d611f0e298baffad68d83f208e2306fe38739 (patch)
treef42732149fe2bfb7d28e26ed36067d24fb21b30c /src/first_app.hpp
parentdelete old files (diff)
downloadminecraftvulkan-f81d611f0e298baffad68d83f208e2306fe38739.tar.gz
minecraftvulkan-f81d611f0e298baffad68d83f208e2306fe38739.tar.bz2
minecraftvulkan-f81d611f0e298baffad68d83f208e2306fe38739.zip
remove Xe From engine class names
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