Create compile_flags.txt (#653)

Added compile_flags.txt for the clangd lsp to work for the project
This commit is contained in:
FConnuli
2023-08-29 22:08:45 +00:00
committed by GitHub
parent 683bb80c72
commit d13f0cb2fc

25
compile_flags.txt Normal file
View File

@@ -0,0 +1,25 @@
-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