Files
Microtransactions64/compile_flags.txt
FConnuli d13f0cb2fc Create compile_flags.txt (#653)
Added compile_flags.txt for the clangd lsp to work for the project
2023-08-29 18:08:45 -04:00

26 lines
485 B
Plaintext

-Iinclude/n64
-Iinclude
-Itextures
-Ibuild/us_n64
-Isrc
-include include/types.h
-include include/n64/ultra64.h
-include include/sm64.h
-include include/config.h
-include include/make_const_nonconst.h
-include include/geo_commands.h
-include include/level_commands.h
-include include/segment_symbols.h
-include include/command_macros_base.h
-include include/object_constants.h
-DTARGET_N64=1
-DVERSION_US=1
-DF3DEX_GBI_2=1
-DF3DZEX_NON_GBI_2=1
-DF3DEX_GBI_SHARED=1
-D_LANGUAGE_C=1