--- thwomper-c/src/thwomper.c 2009/04/13 04:01:42 1.1.1.1 +++ thwomper-c/src/thwomper.c 2009/04/13 04:13:40 1.2 @@ -1,10 +1,8 @@ // -// This code was created by Jeff Molofee '99 (ported to Linux/GLUT by Richard Campbell '99) +// Thwomper-c // -// If you've found this code useful, please let me know. -// -// Visit me at www.demonews.com/hosted/nehe -// (email Richard Campbell at ulmont@bellsouth.net) +// Port of Thwomper for Perl, to C +// Nick DeClario // #include // Header File For The GLUT Library #include // Header File For The OpenGL32 Library @@ -19,7 +17,7 @@ #define ZMIN -100 #define ZMAX -12 #define MAX_DISPLAY_TIME 5 // in seconds -#define VER $Id: thwomper.c,v 1.1.1.1 2009/04/13 04:01:42 nick Exp $ +#define VER $Id: thwomper.c,v 1.2 2009/04/13 04:13:40 nick Exp $ /* The number of our GLUT window */ int window;