displays an message box Returns the same values as the Win32 MessageBox() function
| 79 | // displays an message box |
| 80 | // Returns the same values as the Win32 MessageBox() function |
| 81 | int Debug_MessageBox(int type, const char *title, const char *str) { |
| 82 | return Debug_ErrorBox(type, str, "Descent 3 Message", ""); |
| 83 | } |
| 84 | |
| 85 | /////////////////////////////////////////////////////////////////////////////// |
| 86 |
no test coverage detected