mirror of
https://gitlab.com/kholdfuzion/goldeneye_src
synced 2026-08-29 00:12:04 -04:00
Everybody loves a good yearly or so update
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user