Files

9 lines
104 B
C++
Raw Permalink Normal View History

#ifndef _USERNAMES
#define _USERNAMES
2022-07-18 18:42:58 -04:00
2022-04-12 01:55:54 -07:00
#include "types.h"
bool IsUser(int name);
#endif // _USERNAMES