diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-10 15:24:39 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-10 15:24:39 -0400 |
commit | becacb292c902bbbc55a196ba824a9ff678481ff (patch) | |
tree | 1885ddde08fe17ac3a1dd5706bf0cfb27a1a47df /include/entities.h | |
parent | 1a3f4ac5ac12700757d2558ee06f202ad43aa841 (diff) | |
parent | 22fd8623af3f57c4e28f43f793bae4d14948abc0 (diff) |
fixed
Diffstat (limited to 'include/entities.h')
-rw-r--r-- | include/entities.h | 81 |
1 files changed, 56 insertions, 25 deletions
diff --git a/include/entities.h b/include/entities.h index 3ecf014..89d9ec3 100644 --- a/include/entities.h +++ b/include/entities.h @@ -1,26 +1,57 @@ -#ifndef ENTITIES_H
-#define ENTITIES_H
-
-#include <common.h>
-
-
-class Entities{
-public:
- float width;
- float height;
- float speed;
- int type;
- vec2 loc;
-
- void spawn(float, float);
-
-
-};
-
-class Player : public Entities{
-public:
- Player();
- ~Player();
-};
-
+<<<<<<< HEAD +#ifndef ENTITIES_H +#define ENTITIES_H + +#include <common.h> + + +class Entities{ +public: + float width; + float height; + float speed; + int type; + vec2 loc; + vec2 loci; + vec2 vel; + vec2 velg; + + void spawn(float, float); + + +}; + +class Player : public Entities{ +public: + Player(); + ~Player(); +}; + +======= +#ifndef ENTITIES_H +#define ENTITIES_H + +#include <common.h> + + +class Entities{ +public: + float width; + float height; + float speed; + int type; + vec2 loc; + + void spawn(float, float); + + +}; + +class Player : public Entities{ +public: + Player(); + ~Player(); +}; + +>>>>>>> origin/master #endif //ENTITIES_H
\ No newline at end of file |