typedef & PascalCase for ALL structs and enums

This commit is contained in:
2024-09-23 14:43:16 -03:00
parent e093a6d492
commit 73bf92e706
43 changed files with 795 additions and 793 deletions

View File

@ -3,6 +3,6 @@
#include "twn_input.h"
void input_reset_state(struct input_state *input);
void input_reset_state(InputState *input);
#endif