mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-05-03 07:08:01 +03:00
move const, types and vars to global/
This commit is contained in:
parent
4c5071deb9
commit
3cddb20649
219 changed files with 318 additions and 361 deletions
|
@ -14,7 +14,7 @@ def main() -> None:
|
|||
with (BUILD_DIR / "init.c").open("w") as handle:
|
||||
print('#include "init.h"', file=handle)
|
||||
print(file=handle)
|
||||
print('#include "game/vars.h"', file=handle)
|
||||
print('#include "global/vars.h"', file=handle)
|
||||
print(file=handle)
|
||||
print("void T1MInit()", file=handle)
|
||||
print("{", file=handle)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue