Compiles and working

This commit is contained in:
2023-04-19 20:16:35 +00:00
parent 86211aecb8
commit 879ab0fc05
12 changed files with 147 additions and 191 deletions

View File

@@ -25,6 +25,8 @@ void call_input_signal(char *signal);
const char *keyname_extd(int key, int scancode);
int action_down(int scancode);
void register_pawn(struct callee c);
int want_quit();
void quit();
@@ -35,9 +37,6 @@ struct inputaction
int scancode;
};
void set_pawn(void *pawn);
void remove_pawn(void *pawn);
void input_to_nuke();
void input_to_game();