From 70266b4d4397cde77cae1742e1f5ab3e8f481942 Mon Sep 17 00:00:00 2001 From: Tom Hicks Date: Thu, 12 Oct 2006 13:26:15 -0400 Subject: [PATCH] Globalized declaration of DrawGLScene to allow the DrawEventHandler to access it. ~Tom --- src/main.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.h b/src/main.h index e64a0aa..54fb9b8 100644 --- a/src/main.h +++ b/src/main.h @@ -130,5 +130,6 @@ int InitGL(); // All setup for OpenGL goes here * Separate items with the '|' character. */ void ReSizeGLScene(GLsizei width, GLsizei height); // Resize and initialize the GL window +int DrawGLScene(); #endif