X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fmetascene.h;h=8d0f5c250d0547b71228484d85dc216f850682f5;hp=00960cae54f5d9a3d877726327dbc162db8d6ddb;hb=26c1717925471539b9745cce6275b218a47147cd;hpb=b30241a8a51be904b22459a1d0cc3322e0a505d9 diff --git a/src/metascene.h b/src/metascene.h index 00960ca..8d0f5c2 100644 --- a/src/metascene.h +++ b/src/metascene.h @@ -8,8 +8,6 @@ class MetaScene { public: - SceneSet *sceneman; - TextureSet *texman; DataMap datamap; std::vector scenes; @@ -21,7 +19,7 @@ public: std::map scndata; - MetaScene(SceneSet *sman, TextureSet *tman); + MetaScene(); ~MetaScene(); bool load(const char *fname);