townengine/src/twn_input_c.h

9 lines
149 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 "townengine/input.h"
void input_reset_state(struct input_state *input);
#endif