| Revision: | 692 |
| Committed: | Thu Mar 7 17:26:13 2013 UTC (12 years, 8 months ago) by alloc |
| Content type: | text/x-chdr |
| File size: | 446 byte(s) |
| Log Message: | Daodan: Lots of cleanups (mostly unnecessary includes removed, empty files deleted, case of filenames corrected) |
| # | Content |
|---|---|
| 1 | #ifndef DAODAN_UTILITY_H |
| 2 | #define DAODAN_UTILITY_H |
| 3 | |
| 4 | #include "Daodan.h" |
| 5 | |
| 6 | void __cdecl DDrStartupMessage(const char* fmt, ...); |
| 7 | int64_t ONICALL DDrMachineTime_High(); |
| 8 | double ONICALL DDrMachineTime_High_Frequency(); |
| 9 | int64_t ONICALL DDrMachineTime_Sixtieths(); |
| 10 | void ONICALL DDrMake_Weapon_Message(char* weapon_string, char* output_ptr); |
| 11 | void ONICALL DDrWeapon2Message(int* weapon, void* output_ptr); |
| 12 | void ONICALL DDrText_Hook(); |
| 13 | #endif |