From 84412591c97e88b927c44b2517d70381608f1a24 Mon Sep 17 00:00:00 2001 From: ReinUsesLisp Date: Fri, 11 Jan 2019 01:46:49 -0300 Subject: file_util: Add shader directory --- src/common/common_paths.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/common_paths.h') diff --git a/src/common/common_paths.h b/src/common/common_paths.h index 4f88de768..076752d3b 100644 --- a/src/common/common_paths.h +++ b/src/common/common_paths.h @@ -35,6 +35,7 @@ #define KEYS_DIR "keys" #define LOAD_DIR "load" #define DUMP_DIR "dump" +#define SHADER_DIR "shader" #define LOG_DIR "log" // Filenames -- cgit v1.2.3