aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-09-10 15:51:18 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-09-10 15:51:18 -0400
commit820bd80587b5dbba1f9a174ca17c5461880b97c1 (patch)
tree6e78fb6ad55c0d61d9e74bef48c6ff6685443705 /include
parentbecacb292c902bbbc55a196ba824a9ff678481ff (diff)
more fixes :)
Diffstat (limited to 'include')
-rw-r--r--include/World.h1
-rw-r--r--include/entities.h31
2 files changed, 2 insertions, 30 deletions
diff --git a/include/World.h b/include/World.h
index d8440a0..f6a08f9 100644
--- a/include/World.h
+++ b/include/World.h
@@ -19,6 +19,7 @@ public:
World(const float width,World *l,World *r);
void draw(void);
void detect(vec2 *v,const float width);
+ float getWidth(void);
};
#endif // WORLD_H
diff --git a/include/entities.h b/include/entities.h
index 89d9ec3..5f0c9ee 100644
--- a/include/entities.h
+++ b/include/entities.h
@@ -1,10 +1,8 @@
-<<<<<<< HEAD
#ifndef ENTITIES_H
#define ENTITIES_H
#include <common.h>
-
class Entities{
public:
float width;
@@ -27,31 +25,4 @@ public:
~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
+#endif // ENTITIES_H