jak-project/game/common/file_paths.h
2021-08-16 15:43:12 +01:00

13 lines
251 B
C++

#pragma once
/*!
* @file file_paths.h
* File names and directories for user config files.
*/
#include <string>
static const std::string GAME_CONFIG_DIR_NAME = "game_config";
static const std::string SETTINGS_GFX_FILE_NAME = "SETTINGS_GFX.CFG";