X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fexhibit.h;h=c4c0ec9490d16461fbc5598b445d0351314f80f3;hp=c607fdb0a0588bf44bcb0f0efdc12bae436b94ff;hb=004eca3966c8cc7bed607311a90d56eecab1752f;hpb=a550cf151e8fc6626e788fb2bdc72cf03565ff8b diff --git a/src/exhibit.h b/src/exhibit.h index c607fdb..c4c0ec9 100644 --- a/src/exhibit.h +++ b/src/exhibit.h @@ -23,7 +23,10 @@ public: virtual void *select(const Sphere &sph) const; virtual void update(float dt = 0.0f); + + virtual void pre_draw() const; virtual void draw() const; + virtual void post_draw() const; }; #endif // EXHIBIT_H_