source: Daodan/src/Daodan_Character.h@ 714

Last change on this file since 714 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
Line 
1#ifndef DAODAN_CHARACTER_H
2#define DAODAN_CHARACTER_H
3
4#include "stdint.h"
5
6int DDr_TeamToTeamID(const char* team_string);
7uint32_t DDrGetCharacterIndexFromName(char* );
8
9#endif
Note: See TracBrowser for help on using the repository browser.