From 92a8eb610f40c9770569ca63ca1bd705a6d3497d Mon Sep 17 00:00:00 2001 From: pryazha Date: Thu, 27 Mar 2025 08:27:46 +0500 Subject: audio, renaming --- prge_input.h | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'prge_input.h') diff --git a/prge_input.h b/prge_input.h index a5a77c7..fe9c01f 100644 --- a/prge_input.h +++ b/prge_input.h @@ -1,10 +1,5 @@ -#ifndef PRGE_INPUT_H -#define PRGE_INPUT_H - -Input input_init(); -void input_update(Input *input); -B32 key_is_pressed(Key key); -B32 key_first_press(Key key); -B32 key_was_pressed(Key key); - -#endif /* PRGE_INPUT_H */ +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); -- cgit v1.2.3-70-g09d2