exhibit manager progress
[laserbrain_demo] / src / exman.h
index 5c627e6..d91e374 100644 (file)
@@ -13,10 +13,15 @@ public:
        ExhibitManager();
        ~ExhibitManager();
 
-       bool load(const MetaScene *mscn, const char *fname);
+       void add(Exhibit *ex);
+       bool remove(Exhibit *ex);
+
+       bool load(MetaScene *mscn, const char *fname);
 
        ExSelection select(const Ray &ray) const;
        ExSelection select(const Sphere &sph) const;
+
+       void update(float dt = 0.0f);
 };
 
 #endif // EXMAN_H_