Merge pull request #92656 from fire/vsk-json-to-native-4.3

Ability to convert native engine types to JSON and back.
This commit is contained in:
Rémi Verschelde
2024-08-30 09:58:57 +02:00
5 changed files with 931 additions and 1 deletions

View File

@@ -48,6 +48,7 @@
#include "tests/core/io/test_image.h"
#include "tests/core/io/test_ip.h"
#include "tests/core/io/test_json.h"
#include "tests/core/io/test_json_native.h"
#include "tests/core/io/test_marshalls.h"
#include "tests/core/io/test_pck_packer.h"
#include "tests/core/io/test_resource.h"