From f81d611f0e298baffad68d83f208e2306fe38739 Mon Sep 17 00:00:00 2001 From: tylermurphy534 Date: Sat, 24 Sep 2022 21:16:13 -0400 Subject: remove Xe From engine class names --- src/first_app.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/first_app.hpp') 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 gameObjects; + std::vector gameObjects; }; } \ No newline at end of file -- cgit v1.2.3-freya