diff options
author | pixel <pixel> | 2002-12-09 08:45:49 +0000 |
---|---|---|
committer | pixel <pixel> | 2002-12-09 08:45:49 +0000 |
commit | 6529df93b5c53d11ce081272d292fb6b2c9b1101 (patch) | |
tree | e8276f497cf34e8ce9ae93b08f70f9c650193fbe | |
parent | 822bea0a87305675830b7038e138a1d2a988a904 (diff) |
Bleh (bis)
-rw-r--r-- | src/test.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/test.cc b/src/test.cc new file mode 100644 index 0000000..679c893 --- /dev/null +++ b/src/test.cc @@ -0,0 +1,13 @@ +#include "glbase.h" +#include <Main.h> + +CODE_BEGINS + +virtual int startup(void) throw(GeneralException) { + verbosity = M_INFO; + + mogltk::glbase::glVertex(3.0, 3.0); + return 0; +} + +CODE_ENDS |