Ignore:
Timestamp:
Mar 7, 2013, 6:26:13 PM (12 years ago)
Author:
alloc
Message:

Daodan: Lots of cleanups (mostly unnecessary includes removed, empty files deleted, case of filenames corrected)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Daodan_Character.h

    r677 r692  
    1 #pragma once
    21#ifndef DAODAN_CHARACTER_H
    32#define DAODAN_CHARACTER_H
    43
    5 #include "Daodan.h"
    6 //#include <stdint.h>
     4#include "stdint.h"
    75
    86int DDr_TeamToTeamID(const char* team_string);
    9 void CHARTest();
    107uint32_t DDrGetCharacterIndexFromName(char* );
     8
    119#endif
Note: See TracChangeset for help on using the changeset viewer.