diff options
Diffstat (limited to 'src/common.hpp')
-rw-r--r-- | src/common.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.hpp b/src/common.hpp index df14f6f..81d79e3 100644 --- a/src/common.hpp +++ b/src/common.hpp @@ -152,6 +152,7 @@ namespace world { public: v2f_t src, dst, tile_center; + rectf_t bounds; cflags_t cflags; path_node_t *nodes; size_t width, height; |