From 29168e06ffcea8b8f55a9ed2e8acb3529e776456 Mon Sep 17 00:00:00 2001 From: tom Date: Thu, 30 Apr 2015 22:53:59 -0500 Subject: added creature and resource classes --- src/entity.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/entity.h') 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); -- cgit v1.2.3