Last change
on this file since 894 was 692, checked in by alloc, 12 years ago |
Daodan: Lots of cleanups (mostly unnecessary includes removed, empty files deleted, case of filenames corrected)
|
File size:
187 bytes
|
Rev | Line | |
---|
[429] | 1 | #ifndef DAODAN_CHARACTER_H
|
---|
| 2 | #define DAODAN_CHARACTER_H
|
---|
[428] | 3 |
|
---|
[692] | 4 | #include "stdint.h"
|
---|
[428] | 5 |
|
---|
| 6 | int DDr_TeamToTeamID(const char* team_string);
|
---|
[446] | 7 | uint32_t DDrGetCharacterIndexFromName(char* );
|
---|
[692] | 8 |
|
---|
[428] | 9 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.