mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
Make vid.width/height unsigned and clean up the mess.
This commit is contained in:
parent
8153646eda
commit
40af4bb986
16 changed files with 36 additions and 34 deletions
|
@ -42,7 +42,7 @@ void SCR_DrawTime (void);
|
|||
void SCR_DrawTurtle (void);
|
||||
void SCR_DrawPause (void);
|
||||
struct tex_s *SCR_CaptureBGR (void);
|
||||
struct tex_s *SCR_ScreenShot (int width, int height);
|
||||
struct tex_s *SCR_ScreenShot (unsigned width, unsigned height);
|
||||
void SCR_DrawStringToSnap (const char *s, struct tex_s *tex, int x, int y);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue