7 #define VMODE_W 320*SCALE
8 #define VMODE_H 240*SCALE
13 extern struct vo_desc video
;
15 void video_init(void);
16 void video_cleanup(void);
17 void toggle_fullscreen(void);
18 void clear_screen(void);
19 void video_update_region(int x
, int y
, int w
, int h
);
20 void video_update(void);
21 void video_darken_screen(void);
22 void video_save_rect(int x
, int y
, int w
, int h
, void* buf
);
23 void video_restore_rect(int x
, int y
, int w
, int h
, const void* buf
);
25 #pragma RcB2 DEP "video.c"