QuestWeaver
A procedural quest generator
weave::Directories Struct Reference

This struct hold information about the programs file search paths. More...

#include <WeaverTypes.h>

Collaboration diagram for weave::Directories:

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...
 

Detailed Description

This struct hold information about the programs file search paths.

Definition at line 54 of file WeaverTypes.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: