prime/include/MetroidPrime/UserNames.hpp
Luke Street bed1bb88de Reorganize includes to match asm
Former-commit-id: 848752477e6833629bb0ce30125ca6f5dbffccd1
2022-07-18 18:42:58 -04:00

9 lines
122 B
C++

#ifndef __USERNAMES_HPP_
#define __USERNAMES_HPP_
#include "types.h"
bool IsUser(int name);
#endif // __USERNAMES_HPP_