mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-23 16:49:17 +00:00
added json header and fixed static linking
This commit is contained in:
10
include/Json.h
Normal file
10
include/Json.h
Normal file
@@ -0,0 +1,10 @@
|
||||
///
|
||||
/// Created by Anonymous275 on 1/16/22
|
||||
/// Copyright (c) 2021-present Anonymous275 read the LICENSE file for more info.
|
||||
///
|
||||
|
||||
#pragma once
|
||||
#include <rapidjson/stringbuffer.h>
|
||||
#include <rapidjson/document.h>
|
||||
#include <rapidjson/writer.h>
|
||||
namespace Json = rapidjson;
|
||||
Reference in New Issue
Block a user