diff options
Diffstat (limited to 'includes/defines.h')
| -rw-r--r-- | includes/defines.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/defines.h b/includes/defines.h index 87604b5..b2e1cca 100644 --- a/includes/defines.h +++ b/includes/defines.h @@ -122,9 +122,11 @@ int MSIGN; int CGOL; int ISGOL; int ISLOVE; +int ISLOLZ; int ISGRAV; int GSPEED; int love[XRES/9][YRES/9]; +int lolz[XRES/9][YRES/9]; int gol[XRES][YRES]; int gol2[XRES][YRES][NGOL]; int SEC; |
