]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys.h
deduplicate main()
[xonotic/darkplaces.git] / sys.h
diff --git a/sys.h b/sys.h
index 41d595b927785c41770fc1a5f8a4b8d5cde037c5..82134615407092afe3705719e486ace42952f4dd 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_Init(void);
 /// Perform Key_Event () callbacks until the input que is empty
 void Sys_SDL_HandleEvents(void);