added amb1290: Invalid_Array handle in cellarray.inc

This commit is contained in:
Steve Dudenhoeffer 2008-03-30 07:26:59 +00:00
parent a726b796db
commit 2a383feef6

View File

@ -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