X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fkeyboard.hxx;h=6602888f9e5f998c5e1b275ab138ff2894735b7c;hb=9a3b25e4fa4b9acb7b444e6e33bcba1c8310b888;hp=84e86f84f0af36121392ea4db42165c9069f12f3;hpb=90655cf54b1194b7eddbc08b7d3c2efe612d90c6;p=flightgear.git diff --git a/src/Main/keyboard.hxx b/src/Main/keyboard.hxx index 84e86f84f..6602888f9 100644 --- a/src/Main/keyboard.hxx +++ b/src/Main/keyboard.hxx @@ -1,8 +1,8 @@ -// GLUTkey.hxx -- handle GLUT keyboard events +// keyboard.hxx -- handle GLUT keyboard events // // Written by Curtis Olson, started May 1997. // -// Copyright (C) 1997 Curtis L. Olson - curt@infoplane.com +// Copyright (C) 1997 - 1999 Curtis L. Olson - curt@flightgear.org // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as @@ -21,8 +21,8 @@ // $Id$ -#ifndef _GLUTKEY_HXX -#define _GLUTKEY_HXX +#ifndef _KEYBOARD_HXX +#define _KEYBOARD_HXX #ifndef __cplusplus @@ -39,7 +39,7 @@ #endif #include -#include +#include // Handle keyboard events @@ -47,6 +47,6 @@ void GLUTkey(unsigned char k, int x, int y); void GLUTspecialkey(int k, int x, int y); -#endif // _GLUTKEY_HXX +#endif // _KEYBOARD_HXX