Files
UltraGrid/test/test_host.h
Martin Pulec bb5b84d9ea Restructuralize directory structure
* content of ultragrid/ subdirector moved to root
2012-07-02 18:24:25 +02:00

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