From 9b7d14361904a9c2bceb8de335fd5da169fabd59 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Fri, 23 Sep 2022 13:20:30 -0400 Subject: abstract user input, refactor #include's --- src/first_app.hpp | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'src/first_app.hpp') 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 +#include +#include +#include #include #include -- cgit v1.2.3-freya