ReC98/libs/kaja
nmlgc ffad8cc897 [Build] Use the minimum possible size for enums by default
5 enums where code generation wants an `int`, vs. 11 cases where using
the minimum size is exactly the right default. So it's way more
idiomatic to force those 5 to 16 bits via a dummy element… except that
we can't give it a single, consistent name, because you can't redeclare
the same element in a different enum later.

Oh well, let's have this ugly naming convention instead, which makes it
totally clear that the force element not, in fact, a valid value of
that enum.

Part of P0085, funded by -Tom-.
2020-04-03 17:33:58 +02:00
..
kaja.h [Build] Use the minimum possible size for enums by default 2020-04-03 17:33:58 +02:00
kaja.inc [Reverse-engineering] [th05] Music Room piano sprite data 2019-12-17 23:26:56 +01:00
mmdfunc.doc [Reverse-engineering] Symbols for PMD and MMD API calls 2014-11-27 19:35:54 +01:00
ongchk.com [Maintenance] Mark all batch and binary files as executable 2016-03-02 08:26:13 +01:00
ongchk.doc Add the FM hardware checker tool (ONGCHK.COM) from the PMD driver 2014-12-09 21:15:55 +01:00
pmddata.doc [Reverse-engineering] Symbols for PMD and MMD API calls 2014-11-27 19:35:54 +01:00