ReC98/libs
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 [Build] Use the minimum possible size for enums by default 2020-04-03 17:33:58 +02:00
master.lib [Maintenance] Use @@locals for self-modifying code in bfnt_entry_pat() 2020-02-16 21:35:16 +01:00
piloadc [Decompilation] [th01] .GRP file loading and display 2020-03-13 19:48:38 +01:00
sprite16 [Decompilation] [th03] Sprite display calls 2019-11-28 23:14:21 +01:00