mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 02:30:54 +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; |