mirror of https://github.com/PrimeDecomp/prime.git
8 lines
121 B
C++
8 lines
121 B
C++
|
#ifndef __USERNAMES_HPP_
|
||
|
#define __USERNAMES_HPP_
|
||
|
#include "types.h"
|
||
|
|
||
|
bool IsUser(int name);
|
||
|
|
||
|
#endif // __USERNAMES_HPP_
|