Files
test2/source
Sybren A. Stüvel 2014084d29 Animation: Convert armature RNA from C to C++
Transform `rna_armature.c` and `rna_armature.cc` to C++.

- `UNUSED(x)` -> `/*x*/`
- Explicit casts for ID and void pointers
- Explicit casts for 0 enum values

No functional changes.
2023-06-20 17:02:47 +02:00
..