| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | – | #pragma once |
| 1 | #ifndef DAODAN_CHARACTER_H | |
| 2 | #define DAODAN_CHARACTER_H | |
| 3 | ||
| 4 | < | #include "Daodan.h" |
| 6 | < | //#include <stdint.h> |
| 4 | > | #include "stdint.h" |
| 5 | ||
| 6 | int DDr_TeamToTeamID(const char* team_string); | |
| 9 | – | void CHARTest(); |
| 7 | uint32_t DDrGetCharacterIndexFromName(char* ); | |
| 8 | + | |
| 9 | #endif | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |