Add a dedicated library for working with JSON (#2047)

This commit is contained in:
Lukas Senionis
2024-01-21 00:05:35 +02:00
committed by GitHub
parent bed58cf8b9
commit bf1b9a20ec
16 changed files with 154 additions and 92 deletions

View File

@@ -1,9 +1,7 @@
#include "nvprefs_common.h"
// local includes
#include "nvprefs_interface.h"
#include "driver_settings.h"
#include "undo_data.h"
#include "src/main.h" // main include for assert
#include "undo_file.h"
namespace {