1
0
Fork 0

Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Joshua Diamond 2022-09-18 19:06:31 -04:00
commit 9a1b4b78f1
4 changed files with 24 additions and 16 deletions

View file

@ -17,6 +17,10 @@ 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
enum custom_user_layers {