From 70ea8877ace50d2ce609d7d5f721c887b0ea83ec Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Wed, 12 Aug 2020 14:13:50 -0600 Subject: Added files --- src/standardBird.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/standardBird.h (limited to 'src/standardBird.h') diff --git a/src/standardBird.h b/src/standardBird.h new file mode 100644 index 0000000..73d87fe --- /dev/null +++ b/src/standardBird.h @@ -0,0 +1,15 @@ +#ifndef STANDARDBIRD_H +#define STANDARDBIRD_H + +#include "bird.h" + +class StandardBird: public Bird +{ + public: + StandardBird(); + void draw(); + int hit(); + void applyGravity(); +}; + +#endif -- cgit v1.2.3-70-g09d2