diff --git a/plugins/include/cellarray.inc b/plugins/include/cellarray.inc index e04a65ce..77e7a10b 100644 --- a/plugins/include/cellarray.inc +++ b/plugins/include/cellarray.inc @@ -4,6 +4,10 @@ #define _cellarray_included +enum Array +{ + Invalid_Array = 0 +}; /** * These arrays are intended to be used for a form of global storage without * requiring a #define that needs to be increased each time a person needs more