source: Daodan/src/BFW_Utility.h@ 442

Last change on this file since 442 was 437, checked in by rossy, 15 years ago

Daodan_Console

File size: 829 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
16void ONICALL COrTextArea_Print(uint32_t area, uint32_t priority, uint32_t textshade, uint32_t textshadowshade, const char* text, uint32_t unk_alwaws_0, uint32_t fadetime);
17
18int __cdecl AUrMessageBox(int Buttons, char *Message, ...);
19
20extern uint32_t COgConsoleLines;
21extern uint32_t COgFadeTimeValue;
22extern uint32_t COgDefaultTextShade;
23extern uint32_t COgDefaultTextShadow;
24
25extern FILE* ONgFileStartup;
26
27#endif
Note: See TracBrowser for help on using the repository browser.