summaryrefslogtreecommitdiffstats
path: root/tests/auto/windowsmobile/test/ddhelper.h
blob: 3dfa9e681e919d59007aa230847963691ff51eeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef __DDHELPER__
#define __DDHELPER__

extern uchar* q_frameBuffer();

extern int q_screenDepth();

extern int q_screenWidth();

extern int q_screenHeight();

extern int q_linestep();

extern void q_initDD();

extern void q_unlock();

extern void q_lock();

#endif //__DDHELPER__