source:
Daodan/src/BFW_Utility.h@
291
      
      | Last change on this file since 291 was 276, checked in by , 17 years ago | |
|---|---|
| File size: 358 bytes | |
| Rev | Line | |
|---|---|---|
| [272] | 1 | #pragma once | 
| 2 | #ifndef BFW_UTILITY_H | |
| 3 | #define BFW_UTILITY_H | |
| 4 | ||
| 5 | #include <stdio.h> | |
| [275] | 6 | #include <stdint.h> | 
| 7 | #include "Daodan.h" | |
| [272] | 8 | |
| 9 | void __cdecl UUrStartupMessage(const char* fmt, ...); | |
| [275] | 10 | int64_t ONICALL UUrMachineTime_High(); | 
| 11 | double ONICALL UUrMachineTime_High_Frequency(); | |
| [276] | 12 | int64_t ONICALL UUrMachineTime_Sixtieths(); | 
| [272] | 13 | |
| 14 | extern FILE* ONgFileStartup; | |
| 15 | ||
| 16 | #endif | 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    