source: Daodan/src/BFW_Utility.h@ 443

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

Daodan_Console

File size: 829 bytes
RevLine 
[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
9void __cdecl UUrStartupMessage(const char* fmt, ...);
[275]10int64_t ONICALL UUrMachineTime_High();
11double ONICALL UUrMachineTime_High_Frequency();
[276]12int64_t ONICALL UUrMachineTime_Sixtieths();
[322]13void ONICALL UUrPlatform_Initialize();
14void ONICALL UUrPlatform_Terminate();
[272]15
[437]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
[326]18int __cdecl AUrMessageBox(int Buttons, char *Message, ...);
19
[437]20extern uint32_t COgConsoleLines;
21extern uint32_t COgFadeTimeValue;
22extern uint32_t COgDefaultTextShade;
23extern uint32_t COgDefaultTextShadow;
24
[272]25extern FILE* ONgFileStartup;
26
27#endif
Note: See TracBrowser for help on using the repository browser.