X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fexman.h;h=4a72993ee8ef8c6f1a81bd0eac824091087d2695;hb=215f16e2f26cc2acc79255bab06f13452ec06ae5;hp=d91e3744cbd47f059748121262f03281b65f6078;hpb=35c329e4b66fc60622080be1b9ff30148a7e74e4;p=laserbrain_demo diff --git a/src/exman.h b/src/exman.h index d91e374..4a72993 100644 --- a/src/exman.h +++ b/src/exman.h @@ -13,6 +13,8 @@ public: ExhibitManager(); ~ExhibitManager(); + void clear(); + void add(Exhibit *ex); bool remove(Exhibit *ex); @@ -22,6 +24,7 @@ public: ExSelection select(const Sphere &sph) const; void update(float dt = 0.0f); + void draw() const; }; #endif // EXMAN_H_