exhibits
[laserbrain_demo] / src / exman.h
index d91e374..4a72993 100644 (file)
@@ -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_