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); |
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 |