Everybody loves a good yearly or so update

This commit is contained in:
KholdFuzion
2025-04-25 10:11:31 -04:00
parent 02bad2cca4
commit 414a8feb8e
373 changed files with 46731 additions and 50709 deletions
+8
View File
@@ -0,0 +1,8 @@
GLOBAL_ASM("tests/include_file_1.s")
#pragma GLOBAL_ASM("tests/include_file_2.s")
INCLUDE_ASM("tests", include_file_3);
INCLUDE_RODATA("tests/", include_file_4);
#if 0
GLOBAL_ASM("tests/nonexisting.s");
INCLUDE_ASM("tests", nonexisting);
#endif