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