Mercurial > minori
view include/core/array.h @ 51:75c804f713b2
window: add about window,
*: use tr() when applicable (useful for i18n)
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Mon, 25 Sep 2023 20:29:26 -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