2024-08-21 13:55:34 +00:00
|
|
|
#ifndef INPUT_INTERNAL_API_H
|
|
|
|
#define INPUT_INTERNAL_API_H
|
|
|
|
|
2024-09-16 13:17:00 +00:00
|
|
|
#include "twn_input.h"
|
2024-08-21 13:55:34 +00:00
|
|
|
|
2024-09-23 17:43:16 +00:00
|
|
|
void input_reset_state(InputState *input);
|
2024-08-21 13:55:34 +00:00
|
|
|
|
|
|
|
#endif
|