summaryrefslogtreecommitdiff
path: root/src/entity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/entity.h b/src/entity.h
index 1d1f876..1d16a2c 100644
--- a/src/entity.h
+++ b/src/entity.h
@@ -6,7 +6,6 @@
class Entity
{
public:
- Entity(Window m, std::string s);
void Place();
SDL_Texture* loadTexture(std::string path, Window main);