summaryrefslogtreecommitdiff
path: root/src/common.hpp
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2017-12-12 14:57:52 +0100
committerPaweł Redman <pawel.redman@gmail.com>2017-12-12 14:57:52 +0100
commit1fd33b69f7cef5f9dfe1da417717545f34c673d0 (patch)
treedd30ac53136a54b159018bf4aea6d09d77d376fb /src/common.hpp
parent9f88509c8e440d9bb3430b71708efd69988f461c (diff)
Start moving game logic to src/game.
Diffstat (limited to 'src/common.hpp')
-rw-r--r--src/common.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/common.hpp b/src/common.hpp
index 259c458..e3bd19c 100644
--- a/src/common.hpp
+++ b/src/common.hpp
@@ -292,15 +292,6 @@ namespace render {
extern render::state_t *debug_render;
namespace assets {
- typedef struct {
- render::oriented_sprite_4M_t head_idle, body_idle;
- render::oriented_sprite_4M2_t legs_idle, legs_walking;
- } human_assets_t;
-
- extern human_assets_t human;
- extern sf::Texture tile_dirt;
- extern sf::Texture tile_wall;
-
void load(void);
};