1 |
– |
#pragma once |
1 |
|
#ifndef BFW_UTILITY_H |
2 |
|
#define BFW_UTILITY_H |
3 |
|
|
4 |
< |
#include <stdio.h> |
6 |
< |
//#include <stdint.h> |
7 |
< |
#include "Daodan.h" |
8 |
< |
|
9 |
< |
//void __cdecl UUrStartupMessage(const char* fmt, ...); |
4 |
> |
#include "stdint.h" |
5 |
|
|
6 |
|
typedef struct { |
7 |
|
int16_t Top; |
10 |
|
int16_t Bottom; |
11 |
|
} OniRectangle; |
12 |
|
|
18 |
– |
|
19 |
– |
void* 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 |
– |
|
22 |
– |
void 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 |
– |
|
13 |
|
#endif |