Pyrogenesis
13997
|
#include "precompiled.h"
#include "simulation2/system/Component.h"
#include "ICmpTemplateManager.h"
#include "simulation2/MessageTypes.h"
#include "lib/utf8.h"
#include "ps/CLogger.h"
#include "ps/Filesystem.h"
#include "ps/XML/RelaxNG.h"
#include "ps/XML/Xeromyces.h"
Go to the source code of this file.
Classes | |
class | CCmpTemplateManager |
Functions | |
static Status | AddToTemplates (const VfsPath &pathname, const CFileInfo &fileInfo, const uintptr_t cbData) |
static Status | AddActorToTemplates (const VfsPath &pathname, const CFileInfo &fileInfo, const uintptr_t cbData) |
Variables | |
static const wchar_t | TEMPLATE_ROOT [] = L"simulation/templates/" |
static const wchar_t | ACTOR_ROOT [] = L"art/actors/" |
|
static |
Definition at line 449 of file CCmpTemplateManager.cpp.
|
static |
Definition at line 432 of file CCmpTemplateManager.cpp.
|
static |
Definition at line 32 of file CCmpTemplateManager.cpp.
|
static |
Definition at line 31 of file CCmpTemplateManager.cpp.