initial commit
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
#ifndef PROFILE_H
|
||||
#define PROFILE_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
ProfileList* profile_find_all(const wchar_t* user_data_root);
|
||||
|
||||
#endif // PROFILE_H
|
||||
Reference in New Issue
Block a user