Ignore:
Timestamp:
Mar 3, 2013, 12:46:33 AM (12 years ago)
Author:
alloc
Message:

Daodan: Updated src to work with MinGW

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Daodan_Utility.h

    r476 r677  
    33#define DAODAN_UTILITY_H
    44
    5 #include <stdint.h>
     5//#include <stdint.h>
    66#include "Daodan.h"
    77
     8#ifdef __cplusplus
     9extern "C"
     10#endif
    811void __cdecl DDrStartupMessage(const char* fmt, ...);
    912int64_t ONICALL DDrMachineTime_High();
     
    1215void ONICALL DDrMake_Weapon_Message(char* weapon_string, char* output_ptr);
    1316void ONICALL DDrWeapon2Message(int* weapon, void* output_ptr);
     17void ONICALL DDrText_Hook();
    1418#endif
Note: See TracChangeset for help on using the changeset viewer.