view include/core/array.h @ 77:6f7385bd334c

*: update formatted all source files, no more subclassing QThread... many other changes :)
author Paper <mrpapersonic@gmail.com>
date Fri, 06 Oct 2023 06:18:53 -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