Update playerlist.hpp

This commit is contained in:
BenCat07 2018-03-03 11:53:13 +01:00 committed by GitHub
parent d0381e1aa9
commit 9bffc05cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,8 @@ enum class k_EState
RAGE,
IPC,
DEVELOPER,
STATE_LAST = DEVELOPER
CAT,
STATE_LAST = CAT
};
extern rgba_t k_Colors[];