diff options
| author | Tim Redfern <tim@gray.(none)> | 2012-11-20 04:46:42 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@gray.(none)> | 2012-11-20 04:46:42 +0000 |
| commit | b4d89c0a9029739d2af1705b371dc28f27b6d2dc (patch) | |
| tree | 5df34978c29ca28f5c2d01d8694f83f44cdc848f /vfg/src/Animal.h | |
| parent | 891b71c261a4571e0e0ba0e824e1bdb2478e0c65 (diff) | |
puppet penguins
Diffstat (limited to 'vfg/src/Animal.h')
| -rw-r--r-- | vfg/src/Animal.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vfg/src/Animal.h b/vfg/src/Animal.h new file mode 100644 index 0000000..4155901 --- /dev/null +++ b/vfg/src/Animal.h @@ -0,0 +1,19 @@ +#ifndef ANIMAL_H
+#define ANIMAL_H + +#include "ofMain.h"
+#include "ofxXmlSettings.h"
+#include "Puppet.h"
+
+
+class Animal: public Puppet
+{
+ public:
+ Animal();
+ virtual ~Animal(); + void update();
+ protected:
+ private:
+};
+
+#endif // ANIMAL_H
|
