summary refs log tree commit diff
path: root/src/Assets.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Assets.hpp')
-rw-r--r--src/Assets.hpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Assets.hpp b/src/Assets.hpp
index 641125a..9ff5c42 100644
--- a/src/Assets.hpp
+++ b/src/Assets.hpp
@@ -1,17 +1,19 @@
 #pragma once
 
+#include "Common/Sizes.hpp"
+
 namespace MC::Assets {
 
 namespace Shaders {
 
-extern const char* vertex;
-extern const char* fragment;
+extern const Char* vertex;
+extern const Char* fragment;
 
 }
 
 namespace Images {
 
-extern const char* atlas;
+extern const Char* atlas;
 
 }