ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/BFW_Utility.h
Revision: 322
Committed: Fri May 15 11:45:19 2009 UTC (16 years, 5 months ago) by rossy
Content type: text/x-chdr
File size: 443 byte(s)
Log Message:

File Contents

# Content
1 #pragma once
2 #ifndef BFW_UTILITY_H
3 #define BFW_UTILITY_H
4
5 #include <stdio.h>
6 #include <stdint.h>
7 #include "Daodan.h"
8
9 void __cdecl UUrStartupMessage(const char* fmt, ...);
10 int64_t ONICALL UUrMachineTime_High();
11 double ONICALL UUrMachineTime_High_Frequency();
12 int64_t ONICALL UUrMachineTime_Sixtieths();
13 void ONICALL UUrPlatform_Initialize();
14 void ONICALL UUrPlatform_Terminate();
15
16 extern FILE* ONgFileStartup;
17
18 #endif