source: Daodan/src/BFW_Utility.h@ 322

Last change on this file since 322 was 322, checked in by rossy, 16 years ago
File size: 443 bytes
Line 
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
9void __cdecl UUrStartupMessage(const char* fmt, ...);
10int64_t ONICALL UUrMachineTime_High();
11double ONICALL UUrMachineTime_High_Frequency();
12int64_t ONICALL UUrMachineTime_Sixtieths();
13void ONICALL UUrPlatform_Initialize();
14void ONICALL UUrPlatform_Terminate();
15
16extern FILE* ONgFileStartup;
17
18#endif
Note: See TracBrowser for help on using the repository browser.