source: Daodan/MSVC/BFW_Utility.h@ 679

Last change on this file since 679 was 567, checked in by gumby, 14 years ago

Daodan MSVC

File size: 916 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
9//void __cdecl UUrStartupMessage(const char* fmt, ...);
10
11typedef struct {
12 int16_t Top;
13 int16_t Left;
14 int16_t Right;
15 int16_t Bottom;
16} OniRectangle;
17
18
19void* TestContext;
20//void 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);
21
22void ONICALL COrMessage_Remove(char* Key);
23//int16_t ONICALL TMrInstance_GetDataPtr(int, char*, void*); //int TMrInstance_GetDataPtr( Type 'TSFF', char* "Tahoma", ptr);
24
25//int __cdecl AUrMessageBox(int Buttons, char *Message, ...);
26
27extern uint32_t COgConsoleLines;
28extern uint32_t COgFadeTimeValue;
29extern uint32_t COgDefaultTextShade;
30extern uint32_t COgDefaultTextShadow;
31
32extern FILE* ONgFileStartup;
33
34#endif
Note: See TracBrowser for help on using the repository browser.