source:
Daodan/src/Patches/Character.h@
1056
Last change on this file since 1056 was 994, checked in by , 11 years ago | |
---|---|
File size: 179 bytes |
Rev | Line | |
---|---|---|
[994] | 1 | #ifndef DD_CHARACTER_H |
2 | #define DD_CHARACTER_H | |
3 | ||
4 | #include "stdint.h" | |
5 | ||
6 | int DDr_TeamToTeamID(const char* team_string); | |
7 | uint32_t DDrGetCharacterIndexFromName(char* ); | |
8 | ||
9 | #endif |
Note:
See TracBrowser
for help on using the repository browser.