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