summaryrefslogtreecommitdiff
path: root/vfg/src/Animal.h
diff options
context:
space:
mode:
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