#ifndef DAODAN_CHARACTER_H #define DAODAN_CHARACTER_H #include "stdint.h" int DDr_TeamToTeamID(const char* team_string); uint32_t DDrGetCharacterIndexFromName(char* ); #endif