summaryrefslogtreecommitdiff
path: root/src/touchscreen.h
blob: c475521280da84a1c94a1a1058b282efd70a184c (plain)
1
2
3
4
5
6
7
8
9
10
#ifdef __cplusplus
extern "C" {
#endif

int InitTouchScreen(void);
int getTouchScreen(int *x, int *y);

#ifdef __cplusplus
}
#endif