mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 14:25:38 +03:00
Changed _array_included to _cellarray_included
This commit is contained in:
parent
77ca104a8d
commit
7bb562182f
@ -1,8 +1,8 @@
|
|||||||
#if defined _array_included
|
#if defined _cellarray_included
|
||||||
#endinput
|
#endinput
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define _array_included
|
#define _cellarray_included
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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
|
||||||
|
Loading…
Reference in New Issue
Block a user