]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys.h
deduplicate Sys_Error()
[xonotic/darkplaces.git] / sys.h
diff --git a/sys.h b/sys.h
index 82134615407092afe3705719e486ace42952f4dd..5dac380d8613bc03f3929946be77a66d122bdbc7 100644 (file)
--- a/sys.h
+++ b/sys.h
@@ -241,6 +241,7 @@ char *Sys_ConsoleInput (void);
 /// called to yield for a little bit so as not to hog cpu when paused or debugging
 double Sys_Sleep(double time);
 
+void Sys_SDL_Dialog(const char *title, const char *string);
 void Sys_SDL_Init(void);
 /// Perform Key_Event () callbacks until the input que is empty
 void Sys_SDL_HandleEvents(void);