Skip to content

Commit

Permalink
Add cJSON
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Aug 31, 2024
1 parent 1d2498e commit f9a538e
Show file tree
Hide file tree
Showing 4 changed files with 3,446 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ savegames/
screenshots/
CodeAnalysisResultManifest.txt
doomretro.cfg
doomretro.exp
doomretro.lib
doomretro.wad

Expand Down
2 changes: 2 additions & 0 deletions msvc/doomretro.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="..\src\am_map.h" />
<ClInclude Include="..\src\cJSON\cJSON.h" />
<ClInclude Include="..\src\c_cmds.h" />
<ClInclude Include="..\src\c_console.h" />
<ClInclude Include="..\src\d_deh.h" />
Expand Down Expand Up @@ -408,6 +409,7 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\src\am_map.c" />
<ClCompile Include="..\src\cJSON\cJSON.c" />
<ClCompile Include="..\src\c_autocomplete.c" />
<ClCompile Include="..\src\c_cmds.c" />
<ClCompile Include="..\src\c_console.c" />
Expand Down
Loading

0 comments on commit f9a538e

Please sign in to comment.