From 3848155c42964cc3fd0b614a8f5cca3159bef31b Mon Sep 17 00:00:00 2001 From: lat9nq Date: Mon, 6 Jul 2020 23:24:15 -0400 Subject: common: Add a screenshots directory Adds a screenshots directory as a path managed by FileUtil. --- 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 076752d3b..3c593d5f6 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 SCREENSHOTS_DIR "screenshots" #define SHADER_DIR "shader" #define LOG_DIR "log" -- cgit v1.2.3