Changeset 692 for Daodan/src/Daodan_Character.h
- Timestamp:
- Mar 7, 2013, 6:26:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan_Character.h
r677 r692 1 #pragma once2 1 #ifndef DAODAN_CHARACTER_H 3 2 #define DAODAN_CHARACTER_H 4 3 5 #include "Daodan.h" 6 //#include <stdint.h> 4 #include "stdint.h" 7 5 8 6 int DDr_TeamToTeamID(const char* team_string); 9 void CHARTest();10 7 uint32_t DDrGetCharacterIndexFromName(char* ); 8 11 9 #endif
Note:
See TracChangeset
for help on using the changeset viewer.