Changeset 692 for Daodan/src/BFW_Utility.h
- Timestamp:
- Mar 7, 2013, 6:26:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/BFW_Utility.h
r690 r692 1 #pragma once2 1 #ifndef BFW_UTILITY_H 3 2 #define BFW_UTILITY_H 4 3 5 #include <stdio.h> 6 //#include <stdint.h> 7 #include "Daodan.h" 8 9 //void __cdecl UUrStartupMessage(const char* fmt, ...); 4 #include "stdint.h" 10 5 11 6 typedef struct { … … 16 11 } OniRectangle; 17 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 27 13 #endif
Note:
See TracChangeset
for help on using the changeset viewer.