#ifndef TC_INPUT_H_ #define TC_INPUT_H_ void TC_Process_Input_Per_Tick(void); void TC_Process_Input_Per_Frame(void); #endif /* TC_INPUT_H_ */