clang-format

This commit is contained in:
2026-04-04 13:03:20 +02:00
parent 6a09d7219d
commit baee62b375
36 changed files with 2576 additions and 2408 deletions

View File

@@ -1,12 +1,12 @@
#pragma once
#include <SDL3/SDL.h>
void JI_DisableKeyboard(Uint32 time);
void JI_DisableKeyboard(Uint32 time);
void JI_Update();
void JI_Update();
bool JI_KeyPressed(int key);
bool JI_KeyPressed(int key);
bool JI_CheatActivated( const char* cheat_code );
bool JI_CheatActivated(const char* cheat_code);
bool JI_AnyKey();
bool JI_AnyKey();