view include/core/array.h @ 37:9ae9365dd4ea

window.cpp: fix sidebar on Linux
author Paper <mrpapersonic@gmail.com>
date Thu, 21 Sep 2023 17:15:43 -0400
parents 2743011a6042
children
line wrap: on
line source

#ifndef __core__array_h
#define __core__array_h

#ifndef ARRAYSIZE
#	define ARRAYSIZE(x) (sizeof(x) / sizeof(x[0]))
#endif

#endif // __core__array_h