source:
Daodan/MSVC/Daodan_Character.h@
754
Last change on this file since 754 was 567, checked in by , 14 years ago | |
---|---|
File size: 240 bytes |
Rev | Line | |
---|---|---|
[567] | 1 | #pragma once |
2 | #ifndef DAODAN_CHARACTER_H | |
3 | #define DAODAN_CHARACTER_H | |
4 | ||
5 | #include "Daodan.h" | |
6 | //#include <stdint.h> | |
7 | ||
8 | int DDr_TeamToTeamID(const char* team_string); | |
9 | void CHARTest(); | |
10 | uint32_t DDrGetCharacterIndexFromName(char* ); | |
11 | #endif |
Note:
See TracBrowser
for help on using the repository browser.