source: Daodan/src/BFW_Utility.h@ 691

Last change on this file since 691 was 690, checked in by alloc, 12 years ago

Daodan: Cleaning up code (a few comments, old commented out stuff removed), ugly wine-crash fix for DaodanGL

File size: 736 bytes
RevLine 
[272]1#pragma once
2#ifndef BFW_UTILITY_H
3#define BFW_UTILITY_H
4
5#include <stdio.h>
[677]6//#include <stdint.h>
[275]7#include "Daodan.h"
[272]8
[677]9//void __cdecl UUrStartupMessage(const char* fmt, ...);
[272]10
[446]11typedef struct {
12 int16_t Top;
13 int16_t Left;
14 int16_t Right;
15 int16_t Bottom;
16} OniRectangle;
17
18
19void* TestContext;
[677]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
[476]22void ONICALL COrMessage_Remove(char* Key);
[677]23//int16_t ONICALL TMrInstance_GetDataPtr(int, char*, void*); //int TMrInstance_GetDataPtr( Type 'TSFF', char* "Tahoma", ptr);
[326]24
[677]25//int __cdecl AUrMessageBox(int Buttons, char *Message, ...);
26
[272]27#endif
Note: See TracBrowser for help on using the repository browser.