The chokepoint function to call the dll function
| 697 | } |
| 698 | // The chokepoint function to call the dll function |
| 699 | void CallMultiDLL(int eventnum) { |
| 700 | if (MultiDLLHandle.handle && DLLMultiCall) |
| 701 | DLLMultiCall(eventnum); |
| 702 | } |
| 703 | void SetUITextItemText(UITextItem *uit, char *newtext, uint32_t color) { |
| 704 | // This function is currently broken! |
| 705 | strcpy(uit->m_Text, newtext); |
no outgoing calls
no test coverage detected