partially done work on total source tree rework, separation of engine context and game context, generalization of renderer for different backends as well as web platform target
This commit is contained in:
8
src/twn_input_c.h
Normal file
8
src/twn_input_c.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef INPUT_INTERNAL_API_H
|
||||
#define INPUT_INTERNAL_API_H
|
||||
|
||||
#include "townengine/input.h"
|
||||
|
||||
void input_reset_state(struct input_state *input);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user