source: Daodan/src/BFW_Utility.h@ 316

Last change on this file since 316 was 276, checked in by rossy, 16 years ago

DDrMachineTime_Sixtieths

File size: 358 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();
13
14extern FILE* ONgFileStartup;
15
16#endif
Note: See TracBrowser for help on using the repository browser.