summaryrefslogtreecommitdiff
path: root/structures.h
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-01-08 06:02:31 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-01-08 06:02:31 +0100
commit9a98118c3d9a062b33134e8354620be43ecf3786 (patch)
treeee04aa9b65a401a720e387439b8180578ee8cbfe /structures.h
parentc1e13470835e18ac0077bf77ce8f77db07144bcf (diff)
improve code and fix numerous bugs
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'structures.h')
-rw-r--r--structures.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/structures.h b/structures.h
index b0f5b3b..11a0f76 100644
--- a/structures.h
+++ b/structures.h
@@ -82,6 +82,8 @@ struct positions
SDL_Rect Vpositionpmpersos[3];
SDL_Rect Vpositionquantite[3];
SDL_Rect Vpositionmap_item[15][11];
+
+ SDL_Rect last_cursor;
};
typedef struct ally_t PERSONNAGES;