8 lines
146 B
C
Executable File
8 lines
146 B
C
Executable File
#ifndef PROFILE_H
|
|
#define PROFILE_H
|
|
|
|
#include "types.h"
|
|
|
|
ProfileList* profile_find_all(const wchar_t* user_data_root);
|
|
|
|
#endif // PROFILE_H
|