diff --git a/src/main.c3 b/src/main.c3 index 7489ef5..9d53f97 100644 --- a/src/main.c3 +++ b/src/main.c3 @@ -44,10 +44,10 @@ fn TimeStats Times.get_stats(×) } -const char[*] VS_PATH = "resources/shaders/compiled/ugui.vert.spv"; -const char[*] FS_PATH = "resources/shaders/compiled/ugui.frag.spv"; +const String VS_PATH = "resources/shaders/compiled/ugui.vert.spv"; +const String FS_PATH = "resources/shaders/compiled/ugui.frag.spv"; -const char[*] STYLESHEET_PATH = "resources/style.css"; +const String STYLESHEET_PATH = "resources/style.css"; const bool LIMIT_FPS = true; const bool VSYNC = true;