ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Patches/Character.h
Revision: 994
Committed: Mon Apr 7 10:33:27 2014 UTC (11 years, 6 months ago) by alloc
Content type: text/x-chdr
File size: 179 byte(s)
Log Message:
Daodan:
- Fix #80
- Reorganization of file hierarchy

File Contents

# Content
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