X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=cl_screen.h;h=b5f62e72367d83f1fb3aa9b4b82a62b14edb3269;hb=9e10334c3d85c0ff3630fe015f40b5c5a227668a;hp=471a36456065d05a7af8f39aa3a9fdba4a1f8c4e;hpb=2512e310afa2d8c7e0caf0c9e7af747c5368c5f6;p=xonotic%2Fdarkplaces.git diff --git a/cl_screen.h b/cl_screen.h index 471a3645..b5f62e72 100644 --- a/cl_screen.h +++ b/cl_screen.h @@ -5,7 +5,6 @@ void SHOWLMP_decodehide(void); void SHOWLMP_decodeshow(void); void SHOWLMP_drawall(void); -void SHOWLMP_clear(void); extern cvar_t vid_conwidth; extern cvar_t vid_conheight; @@ -17,6 +16,7 @@ extern cvar_t scr_screenshot_name; void CL_Screen_NewMap(void); void CL_Screen_Init(void); +void CL_Screen_Shutdown(void); void CL_UpdateScreen(void); #endif