From 149090f807a523b43a80721e0d4622ca64fad9bc Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 4 Nov 2002 15:21:34 +0000 Subject: And forgot another file... --- gltest.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gltest.cpp (limited to 'gltest.cpp') diff --git a/gltest.cpp b/gltest.cpp new file mode 100644 index 0000000..ab0aa51 --- /dev/null +++ b/gltest.cpp @@ -0,0 +1,13 @@ +#include +#include "generic.h" +#include "Main.h" +#include "glbase.h" + +CODE_BEGINS +virtual int startup() throw (GeneralException) { + verbosity = M_INFO; + mogltk::glbase::setup(); + sleep(5); + return 0; +} +CODE_ENDS -- cgit v1.2.3