Add a dedicated library for working with JSON (#2047)
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
// standard library headers
|
||||
#include <filesystem>
|
||||
|
||||
// local includes
|
||||
#include "nvprefs_common.h"
|
||||
#include "undo_data.h"
|
||||
|
||||
namespace nvprefs {
|
||||
|
||||
Reference in New Issue
Block a user