X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.h;fp=scene.h;h=33955b46d5ffdb2f43a948fe9cc130b404371181;hp=57fb933746b15e9630756db5a79a1af0e937b282;hb=d95870a5f740a7ed8c1adbd63b6ffd26fb5a3940;hpb=4b694f000a2b15bb70939493eaeae2847f099f4b diff --git a/scene.h b/scene.h index 57fb933..33955b4 100644 --- a/scene.h +++ b/scene.h @@ -17,6 +17,7 @@ void makeMenu(); void windowReshape(int w, int h); void mouse(int button, int state, int x, int y); +void keyboard(unsigned char key, int x, int y); void motion(int x, int y); void display();