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