diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-07-26 01:11:04 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-07-26 01:11:04 -0700 |
commit | bee8b42029900ca034675c54d98813a61ca4407a (patch) | |
tree | ee5d02129ed6f07607bb262b3960e99f3bc379e0 /util.h | |
parent | 25fc1e88deea8253d9d4b8084485e176eb69abd0 (diff) |
Spawn a terminal for the debugger when needed if we are not already attached to one
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,5 +29,7 @@ char * readlink_alloc(char * path); 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_ |