Files
townengine/src/twn_input_c.h

9 lines
134 B
C

#ifndef INPUT_INTERNAL_API_H
#define INPUT_INTERNAL_API_H
#include "twn_input.h"
void input_reset_state(InputState *input);
#endif