mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-15 01:11:27 +00:00
11 lines
213 B
C
11 lines
213 B
C
|
#ifndef __client_screen_h
|
||
|
#define __client_screen_h
|
||
|
|
||
|
extern struct view_s cl_screen_view;
|
||
|
|
||
|
struct viewstate_s;
|
||
|
void CL_Init_Screen (void);
|
||
|
void CL_UpdateScreen (struct viewstate_s *vs);
|
||
|
|
||
|
#endif//__client_screen_h
|