diff util.h @ 794:792be135d3af

Spawn a terminal for the debugger when needed if we are not already attached to one
author Michael Pavone <pavone@retrodev.com>
date Sun, 26 Jul 2015 01:11:04 -0700
parents 724bbec47f86
children 69a6ec208111
line wrap: on
line diff
--- a/util.h	Sun Jul 26 01:09:05 2015 -0700
+++ b/util.h	Sun Jul 26 01:11:04 2015 -0700
@@ -29,5 +29,7 @@
 void fatal_error(char *format, ...);
 //Prints an information message to stdout and to a message box if not in headless mode and not attached to a console
 void info_message(char *format, ...);
+//Prints an information message to stderr and to a message box if not in headless mode and not attached to a console
+void warning(char *format, ...);
 
 #endif //UTIL_H_