summaryrefslogtreecommitdiffstats
path: root/headtrack_stereo_demo/src/glutcallbacks.h
blob: 881ddb2984e8abd4290a1a8b975809cd845a7660 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef GLUTCALLBACKS_HEADER_FILE

#define GLUTCALLBACKS_HEADER_FILE

void Keyboard(unsigned char f_cKey, int f_iX, int f_iY);
void Reshape(int f_iWidth, int f_iHeight);
void Idle(void);
void Display(void);

#endif //GLUTCALLBACKS_HEADER_FILE