mirror of
https://github.com/PrimeDecomp/prime.git
synced 2026-03-31 14:22:54 -07:00
7f83e1fa03
Former-commit-id: 261ee48bba
9 lines
104 B
C++
9 lines
104 B
C++
#ifndef _USERNAMES
|
|
#define _USERNAMES
|
|
|
|
#include "types.h"
|
|
|
|
bool IsUser(int name);
|
|
|
|
#endif // _USERNAMES
|