FIx ARRAYSIZE def and Murphpad string array (#18392)

Co-authored-by: Jonavin <=>
This commit is contained in:
jonavin 2022-09-18 18:57:37 -04:00 committed by GitHub
parent c56dc9c0bb
commit c6ff10a257
Failed to generate hash of commit
2 changed files with 3 additions and 1 deletions

View file

@ -18,7 +18,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
// DEFINE MACROS
#ifndef ARRAYSIZE
#define ARRAYSIZE(arr) sizeof(arr)/sizeof(arr[0])
#endif // !ARRAYSIZE
// LAYERS