summaryrefslogtreecommitdiff
path: root/vfg/src/Animal.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2012-12-06 11:34:28 +0000
committerComment <tim@gray.(none)>2012-12-06 11:34:28 +0000
commit11322afc79c2d36d5edecd0e6b38186f9f2dd867 (patch)
tree596cc518a40f9625c4049db278b067d450626ed5 /vfg/src/Animal.h
parent8fe8572729f186269b02ac2bb149fe9a25671cae (diff)
character transitions
Diffstat (limited to 'vfg/src/Animal.h')
-rw-r--r--vfg/src/Animal.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/vfg/src/Animal.h b/vfg/src/Animal.h
deleted file mode 100644
index 4155901..0000000
--- a/vfg/src/Animal.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#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