1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#ifndef _PATHMGR_H #define _PATHMGR_H #include <bfc/std.h> class PathMgr { public: //static const char *getUserSettingsPath(); #ifdef WASABI_COMPILE_COMPONENTS static const wchar_t *getComponentDataPath(GUID g); #endif }; #endif