From fe2baedc760c2f29e2c720f6b1132a2de33c5430 Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 8 Jul 2023 03:25:44 +0200 Subject: Use own size types --- src/Assets.hpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/Assets.hpp') 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; } -- cgit 1.4.1