mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-15 05:11:21 +00:00
9 lines
104 B
C++
9 lines
104 B
C++
#ifndef _USERNAMES
|
|
#define _USERNAMES
|
|
|
|
#include "types.h"
|
|
|
|
bool IsUser(int name);
|
|
|
|
#endif // _USERNAMES
|