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

Comparing Daodan/src/Oni/Symbols_Func.h (file contents):
Revision 995 by alloc, Wed Apr 9 00:10:18 2014 UTC vs.
Revision 1017 by alloc, Mon Mar 23 23:29:19 2015 UTC

# Line 100 | Line 100 | DefFunc(uint16_t, SLrGlobalVariable_Regi
100   DefFunc(uint16_t, SLrGlobalVariable_Register_String, ONICALL, (char* name, char* desc, char* data), 0x00477fe0);
101  
102   // Print message to console ?
103 < DefFunc(int, COrMessage_Print, ONICALL, (char* Message, char* Key, void* noidea), 0x004304B0);
103 > DefFunc(int, COrMessage_Print, ONICALL, (const char* Message, const char* Key, uint32_t fadeTime), 0x004304B0);
104   DefFunc(UUtBool, COrCommand_Execute, ONICALL, (char* command), 0x004317D0);
105  
106   DefFunc(void, COrConsole_StatusLine_Display, ONICALL, (), 0x00431E70);
# Line 170 | Line 170 | DefFunc(void, LIrPlatform_Mode_Set, ONIC
170   // Terminates platform-specific local-input.
171   DefFunc(void, LIrPlatform_Terminate, ONICALL, (void), 0x00403620);
172  
173 + // Key_config callback for each mapping found
174 + DefFunc(uint16_t, LIrBinding_Add, ONICALL, (uint32_t key, const char* name), 0x00403c60);
175 +
176 + // Called when processing key input
177 + DefFunc(void, LIrActionBuffer_Add, ONICALL, (void* unknown, LItDeviceInput* input), 0x00403b30);
178 +
179 +
180   #undef DefFunc
181  
182   #endif

Diff Legend

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