diff options
author | Oxore <oxore@protonmail.com> | 2017-12-01 06:17:52 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2017-12-01 06:17:52 +0300 |
commit | cd02c513c69bd25d1dc214b60048ef85c9bd6917 (patch) | |
tree | c4e9618176d233118e5f94db3a1dafcbc201c3ed /include/common.h | |
parent | e949a49287b38574c7372c9a6c1c759eafa3266c (diff) |
Remove declaration under structure
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index 37ede42..8108e11 100644 --- a/include/common.h +++ b/include/common.h @@ -38,7 +38,6 @@ typedef struct Shape { sfRectangleShape *p[4][4]; // array of physical shape cells sfVector2f cSize; // shape rectangles size variable x/y } Shape; -Shape active, next; typedef struct Field { sfVector2i pos; |