Sets the title for future OutrageMessageBox() dialogs
| 229 | |
| 230 | // Sets the title for future OutrageMessageBox() dialogs |
| 231 | void SetMessageBoxTitle(const char *title) { strncpy(Messagebox_title, title, sizeof(Messagebox_title)); } |
| 232 | |
| 233 | #define BUF_LEN 1024 |
| 234 |
no outgoing calls
no test coverage detected