Changeset 692 for Daodan/src/Daodan_Utility.h
- Timestamp:
- Mar 7, 2013, 6:26:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan_Utility.h
r677 r692 1 #pragma once2 1 #ifndef DAODAN_UTILITY_H 3 2 #define DAODAN_UTILITY_H 4 3 5 //#include <stdint.h>6 4 #include "Daodan.h" 7 5 8 #ifdef __cplusplus9 extern "C"10 #endif11 6 void __cdecl DDrStartupMessage(const char* fmt, ...); 12 7 int64_t ONICALL DDrMachineTime_High();
Note:
See TracChangeset
for help on using the changeset viewer.