From 54ea724c5d2f3a2c5bdf3cfe6f6807d43a5ae9d7 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Sat, 26 Aug 2017 11:13:20 +0200 Subject: + Added MouseSpr and Unit modules. * Unit actions, building actions. --- GameStructures.h | 1 + 1 file changed, 1 insertion(+) (limited to 'GameStructures.h') diff --git a/GameStructures.h b/GameStructures.h index 058d1d6..72958a3 100644 --- a/GameStructures.h +++ b/GameStructures.h @@ -41,6 +41,7 @@ typedef struct t_Unit uint8_t hp; uint8_t id; bool dir; // False = up-down; true = left-right + bool mirror; // True = down or left; true = up or right bool walking; bool alive; bool selected; -- cgit v1.2.3