67
65
void handleEvent (XEvent *);
81
75
bool fboUpdate (float dt, float fade);
82
bool fboVertices (GLenum type, XPoint *p, int n, float v);
87
void softwareVertices (GLenum type, XPoint *p, int n, float v);
89
77
void waterUpdate (float dt);
91
78
void waterVertices (GLenum type, XPoint *p, int n, float v);
98
85
void handleMotionEvent ();