renamed types and constants

This commit is contained in:
2026-01-09 02:21:50 +05:00
parent b725182544
commit f7b4809db8
9 changed files with 300 additions and 524 deletions

View File

@@ -22,7 +22,7 @@ int main(void) {
for (int i = 0; i < 24; i++) {
foo(i % 12, i / 12 + 22, i + 232);
}
if (is_key_press('q') || is_key_press(ESCAPE_KEY)) {
if (is_key_press('q') || is_key_press(TimKey_Escape)) {
exit(1);
}
}