mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-11 22:10:03 -04:00
Calculate MP chr names dynamically
This commit is contained in:
@@ -84,6 +84,7 @@ struct mpchrconfig *mpGetChrConfigBySlotNum(s32 slot);
|
||||
s32 mpGetChrIndexBySlotNum(s32 slot);
|
||||
s32 mpGetNumConfigs(void);
|
||||
s32 mpGetNumChrs(void);
|
||||
void mpGetChrName(char *buffer, struct mpchr *mpchr);
|
||||
u8 mpFindUnusedTeamNum(void);
|
||||
void mpCreateBotFromProfile(s32 botnum, u8 difficulty);
|
||||
void mpSetBotDifficulty(s32 botnum, s32 difficulty);
|
||||
|
||||
Reference in New Issue
Block a user