source: Daodan/src/Daodan_Character.h@ 599

Last change on this file since 599 was 446, checked in by gumby, 15 years ago
File size: 238 bytes
Line 
1#pragma once
2#ifndef DAODAN_CHARACTER_H
3#define DAODAN_CHARACTER_H
4
5#include "Daodan.h"
6#include <stdint.h>
7
8int DDr_TeamToTeamID(const char* team_string);
9void CHARTest();
10uint32_t DDrGetCharacterIndexFromName(char* );
11#endif
Note: See TracBrowser for help on using the repository browser.