| Revision: | 275 |
| Committed: | Wed Mar 18 07:14:58 2009 UTC (16 years, 8 months ago) by rossy |
| Content type: | text/x-chdr |
| File size: | 313 byte(s) |
| Log Message: | Performance patch test |
| # | 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 | |
| 13 | extern FILE* ONgFileStartup; |
| 14 | |
| 15 | #endif |