diff options
author | pixel <pixel> | 2003-04-11 15:13:29 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-04-11 15:13:29 +0000 |
commit | 102649b120a762b760cf618d6a61bdabb910f945 (patch) | |
tree | b9ebb7d390b06693233d390e74f6405822c30c85 /src | |
parent | f9ede32a30a16a5078e51c6e959e275d9dbc7ad9 (diff) |
maths...
Diffstat (limited to 'src')
-rw-r--r-- | src/test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.cc b/src/test.cc index 8dc4c12..53c72e9 100644 --- a/src/test.cc +++ b/src/test.cc @@ -28,7 +28,7 @@ virtual int startup() throw (GeneralException) { new Archive("datas.paq"); -#if 1 +#if 0 mogltk::base * gl = new mogltk::glbase(); mogltk::shape * sh = new mogltk::glshape(); mogltk::font * font = new mogltk::glfont(&Input("font-2.bin")); |