aboutsummaryrefslogtreecommitdiff
path: root/Src/Wasabi/api/application/pathmgr.h
blob: 7b0354e618c767f2a8ff0c849b87bd79af3ea2a0 (plain) (blame)
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