X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fexman.h;h=4a72993ee8ef8c6f1a81bd0eac824091087d2695;hp=d91e3744cbd47f059748121262f03281b65f6078;hb=b75b6703809abf0dc02f2e557ba73e9efbefa4d1;hpb=82a1d96d9a18e94ccdc13b4bda0c470e81e70768 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_