Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
15
Src/Wasabi/api/application/pathmgr.h
Normal file
15
Src/Wasabi/api/application/pathmgr.h
Normal file
|
@ -0,0 +1,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
|
Loading…
Add table
Add a link
Reference in a new issue