mirror of
https://gitlab.com/kholdfuzion/goldeneye_src
synced 2026-05-23 22:45:22 -04:00
9 lines
245 B
C
9 lines
245 B
C
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
|