Isolate misc module

Isolate misc module for better dependency handling.
This commit is contained in:
Azamat H. Hackimov
2024-06-27 00:09:50 +03:00
parent 1ed931ff60
commit 59487976f6
48 changed files with 102 additions and 22 deletions

View File

@@ -114,7 +114,7 @@ bool error_Init(bool debugger, bool mono_debug, const char *app_title) {
return true;
}
extern int no_debug_dialog;
int no_debug_dialog = 0;
// exits the application and prints out a standard error message
void Error(const char *fmt, ...) {