X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flsystem.cpp;h=bd9f8a858fa8b81a371971e3f09c56cb5cc05d61;hb=1a372e99786b50b48ed0158b4adcb276cf945a9e;hp=27e51d37978f5a4e72b35d1a8e6a9c3207b4207a;hpb=dd73b028a74ef8b57569c3e76751481d2124e491;p=lsystem3d.git diff --git a/src/lsystem.cpp b/src/lsystem.cpp index 27e51d3..bd9f8a8 100644 --- a/src/lsystem.cpp +++ b/src/lsystem.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2006 Erik Dahlberg // -// This file is part of LSystem3d. +// This file is part of LSystem3D. // // LSystem3D is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -25,20 +25,13 @@ #include -#include - -#include "openglwindow.h" - - -OpenGLWindow *openglWindow = NULL; +#include "lsystem3d.h" int main(int argc, char *argv[]) { - glutInit(&argc, argv); - - OpenGLWindow window; + LSystem3D lsystem3d(argc, argv); return EXIT_SUCCESS;