QuestWeaver
A procedural quest generator
|
This struct hold information about the programs file search paths. More...
#include <WeaverTypes.h>
Public Attributes | |
std::string | modDirectory = "../Resources/" |
Template factories prefer template files found in this directory, so mods can override the templates in the default directory. More... | |
std::string | templateDirectory = "Resources/" |
The base directory which all template factories use to search for template files. More... | |
This struct hold information about the programs file search paths.
Definition at line 54 of file WeaverTypes.h.
std::string weave::Directories::modDirectory = "../Resources/" |
Template factories prefer template files found in this directory, so mods can override the templates in the default directory.
Definition at line 64 of file WeaverTypes.h.
std::string weave::Directories::templateDirectory = "Resources/" |
The base directory which all template factories use to search for template files.
Definition at line 58 of file WeaverTypes.h.