ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/BFW_Utility.h
(Generate patch)

Comparing Daodan/src/BFW_Utility.h (file contents):
Revision 690 by alloc, Wed Mar 6 18:33:15 2013 UTC vs.
Revision 692 by alloc, Thu Mar 7 17:26:13 2013 UTC

# Line 1 | Line 1
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;
# Line 15 | Line 10 | typedef struct {
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

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)