mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 05:15:47 -04:00
Initial community commit
This commit is contained in:
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
|
Reference in New Issue
Block a user