Skip to content

Commit

Permalink
json: move to libtrx
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Apr 29, 2024
1 parent 625ba03 commit 6a286a4
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 5,001 deletions.
5 changes: 0 additions & 5 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,6 @@ sources = [
'src/gfx/gl/vertex_array.c',
'src/gfx/screenshot.c',
'src/global/vars.c',
'src/json/bson_parse.c',
'src/json/bson_write.c',
'src/json/json_base.c',
'src/json/json_parse.c',
'src/json/json_write.c',
'src/math/math.c',
'src/math/math_misc.c',
'src/math/matrix.c',
Expand Down
4 changes: 1 addition & 3 deletions src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
#include "gfx/context.h"
#include "global/const.h"
#include "global/types.h"
#include "json/json_base.h"
#include "json/json_parse.h"
#include "json/json_write.h"
#include "shared/filesystem.h"
#include "shared/json.h"
#include "shared/log.h"
#include "shared/memory.h"
#include "util.h"
Expand Down
3 changes: 1 addition & 2 deletions src/game/gameflow.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
#include "game/phase/phase_stats.h"
#include "game/room.h"
#include "global/vars.h"
#include "json/json_base.h"
#include "json/json_parse.h"
#include "shared/filesystem.h"
#include "shared/json.h"
#include "shared/log.h"
#include "shared/memory.h"

Expand Down
4 changes: 1 addition & 3 deletions src/game/savegame/savegame_bson.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
#include "game/shell.h"
#include "global/const.h"
#include "global/vars.h"
#include "json/bson_parse.h"
#include "json/bson_write.h"
#include "json/json_base.h"
#include "shared/json.h"
#include "shared/log.h"
#include "shared/memory.h"
#include "util.h"
Expand Down
7 changes: 0 additions & 7 deletions src/json.h

This file was deleted.

Loading

0 comments on commit 6a286a4

Please sign in to comment.