added amb1290: Invalid_Array handle in cellarray.inc
This commit is contained in:
parent
a726b796db
commit
2a383feef6
|
@ -4,6 +4,10 @@
|
||||||
|
|
||||||
#define _cellarray_included
|
#define _cellarray_included
|
||||||
|
|
||||||
|
enum Array
|
||||||
|
{
|
||||||
|
Invalid_Array = 0
|
||||||
|
};
|
||||||
/**
|
/**
|
||||||
* These arrays are intended to be used for a form of global storage without
|
* 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
|
* requiring a #define that needs to be increased each time a person needs more
|
||||||
|
|
Loading…
Reference in New Issue
Block a user