mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-19 20:09:06 +00:00
16 lines
241 B
C
16 lines
241 B
C
#ifndef __host_h
|
|
#define __host_h
|
|
|
|
extern unsigned int hd_size_x;
|
|
extern unsigned int hd_size_y;
|
|
extern unsigned int hd_color_bpp;
|
|
|
|
extern unsigned int hd_video_mode;
|
|
|
|
extern unsigned int bitdepth;
|
|
|
|
extern unsigned int progressive;
|
|
|
|
#endif
|
|
|