Files
test/source
Sybren A. Stüvel c4c8c46968 Refactor: fix wrong struct typedef name in DNA_action_types
Fix `typedef struct ActionChannelBag { ... } ChannelBag;` so that the
'typedef name' is also `ActionChannelBag`.

Note that this does _not_ change the struct name in DNA. It's purely for
the naming in our code.

No functional changes.
2024-09-10 17:55:57 +02:00
..