diff options
Diffstat (limited to '')
-rw-r--r-- | torus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/torus.h b/torus.h index 818f009..a83cac0 100644 --- a/torus.h +++ b/torus.h @@ -104,6 +104,8 @@ enum { }; struct Map { + struct Meta min; + struct Meta max; struct Meta meta[MAP_ROWS][MAP_COLS]; }; |