diff options
author | hnOsmium0001 <[email protected]> | 2022-04-10 22:42:14 -0700 |
---|---|---|
committer | hnOsmium0001 <[email protected]> | 2022-04-10 23:00:36 -0700 |
commit | 67affc75a4824dfd8675cc5455d9ee71b1583c1c (patch) | |
tree | e6624157831039ed3c1668b6a4b21337633f41e6 /source/Player.hpp | |
parent | 906557f094e407ce21d429ef647bc75fe3179cf1 (diff) |
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> |