mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-03 00:33:55 +03:00
7 lines
116 B
C
7 lines
116 B
C
#ifndef MACROS_H
|
|
#define MACROS_H
|
|
|
|
#define ARRAY_COUNT(arr) (s32)(sizeof(arr) / sizeof(arr[0]))
|
|
|
|
#endif // MACROS_H
|