still working on rotation, gotta quit going crazy lol

This commit is contained in:
John Landers
2024-01-15 11:35:03 -06:00
parent 517fc94038
commit c732a25dc1
7 changed files with 75 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
#ifndef TC_INPUT_H_
#define TC_INPUT_H_
void TC_Process_Input(void);
void TC_Process_Input_Per_Tick(void);
void TC_Process_Input_Per_Frame(void);
#endif /* TC_INPUT_H_ */