X-Git-Url: https://git.piment-noir.org/?p=lsystem3d.git;a=blobdiff_plain;f=src%2Flsystem.cpp;h=cb9b2ca639582ebc980a701c9dee8f8ed02c5326;hp=27e51d37978f5a4e72b35d1a8e6a9c3207b4207a;hb=526db67540bf69a4c09ed0d0f4d62bad0a37ee70;hpb=3025996ba17bf59f5bc64def5d55b95c4d732a8a diff --git a/src/lsystem.cpp b/src/lsystem.cpp index 27e51d3..cb9b2ca 100644 --- a/src/lsystem.cpp +++ b/src/lsystem.cpp @@ -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;