diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-06-15 16:07:54 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-06-15 16:07:54 +0500 |
commit | f30a4eba44c77d5c743fe9308dc697a3225e8dd8 (patch) | |
tree | c171da2e8d1127409e2ffe9e56e2e027bac48e28 /prge_input.h | |
parent | 92a8eb610f40c9770569ca63ca1bd705a6d3497d (diff) |
i don't even know
Diffstat (limited to 'prge_input.h')
-rw-r--r-- | prge_input.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/prge_input.h b/prge_input.h deleted file mode 100644 index fe9c01f..0000000 --- a/prge_input.h +++ /dev/null @@ -1,5 +0,0 @@ -Input init_input(); -void update_input(Input *in); -B32 is_key_down(Key key); -B32 is_key_pressed(Key key); -B32 was_key_pressed(Key key); |