diff options
author | tylermurphy534 <tylermurphy534@gmail.com> | 2022-09-24 21:16:13 -0400 |
---|---|---|
committer | tylermurphy534 <tylermurphy534@gmail.com> | 2022-09-24 21:16:13 -0400 |
commit | f81d611f0e298baffad68d83f208e2306fe38739 (patch) | |
tree | f42732149fe2bfb7d28e26ed36067d24fb21b30c /src/first_app.hpp | |
parent | delete old files (diff) | |
download | minecraftvulkan-f81d611f0e298baffad68d83f208e2306fe38739.tar.gz minecraftvulkan-f81d611f0e298baffad68d83f208e2306fe38739.tar.bz2 minecraftvulkan-f81d611f0e298baffad68d83f208e2306fe38739.zip |
remove Xe From engine class names
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 |