rewrite initiated

This commit is contained in:
Cole
2024-01-12 16:56:44 -06:00
parent d6eea8cc97
commit eac68c789e
49 changed files with 435 additions and 22 deletions

6
src/rewrite/tc_input.h Normal file
View File

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