townengine/src/twn_input_c.h

9 lines
142 B
C
Raw Normal View History

2024-08-21 13:55:34 +00:00
#ifndef INPUT_INTERNAL_API_H
#define INPUT_INTERNAL_API_H
#include "twn_input.h"
2024-08-21 13:55:34 +00:00
void input_reset_state(struct input_state *input);
#endif