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 475 by gumby, Mon Jul 20 02:06:23 2009 UTC vs.
Revision 476 by gumby, Tue Nov 3 10:38:47 2009 UTC

# Line 23 | Line 23 | typedef struct {
23  
24   void* TestContext;
25   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);
26 + int ONICALL COrMessage_Print(char* Message, char* Key, void* noidea);
27 + void ONICALL COrMessage_Remove(char* Key);
28   int16_t ONICALL TSrContext_DrawText(uint32_t TSrContext, char* Text, int alpha, uint32_t usuallyzero, OniRectangle* pRect);
29   int16_t ONICALL TSrContext_New( void* FontInstance, int size, int hthsik1,int hthsik2,int hthsik3, void* TSrContext); //int16_t TSrContext_New( TSFF*, size 7, ??? 1, ??? 1, ??? 0, TSrContext*);
30   int16_t ONICALL TMrInstance_GetDataPtr(int, char*, void*);      //int TMrInstance_GetDataPtr( Type 'TSFF', char* "Tahoma", ptr);

Diff Legend

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