diff options
author | rtk0c <[email protected]> | 2022-04-10 23:00:36 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-04-10 23:00:36 -0700 |
commit | 17d5b091c9b2901ac96f5eee0da6af07228ae690 (patch) | |
tree | c210229c4bee1d3f56a64eacf1f976dfd8f971a7 /source/Player.hpp | |
parent | a849c199d970e153580c312a24cfdfa099bc7b69 (diff) |
Changeset: 5 Add shader and corresponding editor components
Diffstat (limited to 'source/Player.hpp')
-rw-r--r-- | source/Player.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Player.hpp b/source/Player.hpp index db8be33..4ae4f80 100644 --- a/source/Player.hpp +++ b/source/Player.hpp @@ -1,7 +1,7 @@ #pragma once #include "GameObject.hpp" -#include "GameObjectTypeTag.hpp" +#include "GameObjectTags.hpp" #define GLFW_INCLUDE_NONE #include <GLFW/glfw3.h> |