Changeset 677 for Daodan/src/Daodan_Utility.h
- Timestamp:
- Mar 3, 2013, 12:46:33 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan_Utility.h
r476 r677 3 3 #define DAODAN_UTILITY_H 4 4 5 #include <stdint.h>5 //#include <stdint.h> 6 6 #include "Daodan.h" 7 7 8 #ifdef __cplusplus 9 extern "C" 10 #endif 8 11 void __cdecl DDrStartupMessage(const char* fmt, ...); 9 12 int64_t ONICALL DDrMachineTime_High(); … … 12 15 void ONICALL DDrMake_Weapon_Message(char* weapon_string, char* output_ptr); 13 16 void ONICALL DDrWeapon2Message(int* weapon, void* output_ptr); 17 void ONICALL DDrText_Hook(); 14 18 #endif
Note:
See TracChangeset
for help on using the changeset viewer.