7 lines
96 B
C
7 lines
96 B
C
#ifndef TC_INPUT_H_
|
|
#define TC_INPUT_H_
|
|
|
|
void TC_Process_Input(void);
|
|
|
|
#endif /* TC_INPUT_H_ */
|