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 326 by rossy, Thu May 28 10:33:59 2009 UTC vs.
Revision 437 by rossy, Fri Jul 17 05:04:02 2009 UTC

# Line 13 | Line 13 | int64_t ONICALL UUrMachineTime_Sixtieths
13   void    ONICALL UUrPlatform_Initialize();
14   void    ONICALL UUrPlatform_Terminate();
15  
16 + 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);
17 +
18   int __cdecl AUrMessageBox(int Buttons, char *Message, ...);
19  
20 + extern uint32_t COgConsoleLines;
21 + extern uint32_t COgFadeTimeValue;
22 + extern uint32_t COgDefaultTextShade;
23 + extern uint32_t COgDefaultTextShadow;
24 +
25   extern FILE* ONgFileStartup;
26  
27   #endif

Diff Legend

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