Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const string DIR_ROOT = "..";
- const string DIR_SYSTEM = "\System\";
- const string DIR_SAVEGAMES = "\Saves\";
- const string DIR_WEB = "\Web\";
- const string DIR_DATA = "\_work\data\";
- const string DIR_ANIMS = "$DATA$\Anims\";
- const string DIR_MESHES = "$DATA$\Meshes\";
- const string DIR_SCRIPTS = "$DATA$\Scripts\";
- const string DIR_TEX = "$DATA$\Textures\";
- const string DIR_CUTSCENES = "$DATA$\Cutscenes\";
- const string DIR_SOUND = "$DATA$\Sound\";
- const string DIR_MUSIC = "$DATA$\Music\";
- const string DIR_VIDEO = "$DATA$\Video\";
- const string DIR_WORLD = "$DATA$\Worlds\";
- const string DIR_FONTS = "$DATA$\Fonts\";
- const string DIR_OUTPUTUNITS = "$DATA$\Scripts\Content\Cutscene\";
- const string DIR_COMPILED_ANIMS = "$DATA$\Anims\_compiled\";
- const string DIR_COMPILED_MESHES = "$DATA$\Meshes\_compiled\";
- const string DIR_PRESETS = "$DATA$\Presets\";
- const string DIR_COMPILED_SCRIPTS = "$DATA$\Scripts\_compiled\";
- const string DIR_COMPILED_TEXTURES = "$DATA$\Textures\_compiled\";
- const string DIR_TEX_DESKTOP = "$DATA$\Textures\Desktop\";
- const string DIR_TOOLS_CONFIG = "\_work\tools\";
- const string DIR_TOOLS_DATA = "\_work\tools\data\";
- const string SUBDIR_INTERN = "_intern\";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement