Last change
on this file since 845 was 692, checked in by alloc, 12 years ago |
Daodan: Lots of cleanups (mostly unnecessary includes removed, empty files deleted, case of filenames corrected)
|
File size:
446 bytes
|
Rev | Line | |
---|
[272] | 1 | #ifndef DAODAN_UTILITY_H
|
---|
| 2 | #define DAODAN_UTILITY_H
|
---|
| 3 |
|
---|
[275] | 4 | #include "Daodan.h"
|
---|
| 5 |
|
---|
[272] | 6 | void __cdecl DDrStartupMessage(const char* fmt, ...);
|
---|
[275] | 7 | int64_t ONICALL DDrMachineTime_High();
|
---|
| 8 | double ONICALL DDrMachineTime_High_Frequency();
|
---|
[276] | 9 | int64_t ONICALL DDrMachineTime_Sixtieths();
|
---|
[476] | 10 | void ONICALL DDrMake_Weapon_Message(char* weapon_string, char* output_ptr);
|
---|
| 11 | void ONICALL DDrWeapon2Message(int* weapon, void* output_ptr);
|
---|
[677] | 12 | void ONICALL DDrText_Hook();
|
---|
[272] | 13 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.