mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-02 07:56:26 +00:00
8 lines
188 B
C++
8 lines
188 B
C++
///
|
|
/// Created by Anonymous275 on 11/27/2020
|
|
///
|
|
#pragma once
|
|
#include "rapidjson/stringbuffer.h"
|
|
#include "rapidjson/document.h"
|
|
#include "rapidjson/writer.h"
|
|
namespace json = rapidjson; |