assimp
[laserbrain_demo] / src / mech_exhibit.h
diff --git a/src/mech_exhibit.h b/src/mech_exhibit.h
new file mode 100644 (file)
index 0000000..74fa613
--- /dev/null
@@ -0,0 +1,18 @@
+#ifndef MECH_EXHIBIT_H_
+#define MECH_EXHIBIT_H_
+
+#include "exhibit.h"
+#include "machine.h"
+
+class MechExhibit : public Exhibit {
+private:
+
+public:
+       MechExhibit();
+       ~MechExhibit();
+
+       void update(float dt);
+       void draw() const;
+};
+
+#endif // MECH_EXHIBIT_H_