source: Daodan/src/Daodan_Character.h@ 678

Last change on this file since 678 was 677, checked in by alloc, 12 years ago

Daodan: Updated src to work with MinGW

File size: 240 bytes
RevLine 
[428]1#pragma once
[429]2#ifndef DAODAN_CHARACTER_H
3#define DAODAN_CHARACTER_H
[428]4
5#include "Daodan.h"
[677]6//#include <stdint.h>
[428]7
8int DDr_TeamToTeamID(const char* team_string);
9void CHARTest();
[446]10uint32_t DDrGetCharacterIndexFromName(char* );
[428]11#endif
Note: See TracBrowser for help on using the repository browser.