9 lines
149 B
C
9 lines
149 B
C
|
#ifndef INPUT_INTERNAL_API_H
|
||
|
#define INPUT_INTERNAL_API_H
|
||
|
|
||
|
#include "townengine/input.h"
|
||
|
|
||
|
void input_reset_state(struct input_state *input);
|
||
|
|
||
|
#endif
|