summaryrefslogtreecommitdiff
path: root/src/first_app.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsrc/first_app.hpp11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/first_app.hpp b/src/first_app.hpp
index d8942ab..a630d47 100755
--- a/src/first_app.hpp
+++ b/src/first_app.hpp
@@ -1,9 +1,16 @@
#pragma once
#include "xe_engine.hpp"
-#include "xe_game_object.hpp"
-#include "xe_descriptors.hpp"
+#include "keyboard_movement_controller.hpp"
+#include "simple_renderer.hpp"
+
+#define GLM_FORCE_RADIANS
+#define GLM_FORCE_DEPTH_ZERO_TO_ONE
+#include <glm/glm.hpp>
+#include <glm/gtc/constants.hpp>
+#include <array>
+#include <string>
#include <memory>
#include <vector>