mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-06-18 23:10:53 +00:00
reformat all
This commit is contained in:
+4
-3
@@ -14,11 +14,11 @@
|
|||||||
#define SOCKET int
|
#define SOCKET int
|
||||||
#endif
|
#endif
|
||||||
#include "CustomAssert.h"
|
#include "CustomAssert.h"
|
||||||
#include <string>
|
#include <algorithm>
|
||||||
#include <vector>
|
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <set>
|
#include <set>
|
||||||
#include <algorithm>
|
#include <string>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
struct VData {
|
struct VData {
|
||||||
int ID = -1;
|
int ID = -1;
|
||||||
@@ -35,6 +35,7 @@ private:
|
|||||||
std::string DID;
|
std::string DID;
|
||||||
int Status = 0;
|
int Status = 0;
|
||||||
int ID = -1;
|
int ID = -1;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
void AddNewCar(int ident, const std::string& Data);
|
void AddNewCar(int ident, const std::string& Data);
|
||||||
void SetCarData(int ident, const std::string& Data);
|
void SetCarData(int ident, const std::string& Data);
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
/// Created by Anonymous275 on 11/27/2020
|
/// Created by Anonymous275 on 11/27/2020
|
||||||
///
|
///
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "rapidjson/stringbuffer.h"
|
|
||||||
#include "rapidjson/document.h"
|
#include "rapidjson/document.h"
|
||||||
|
#include "rapidjson/stringbuffer.h"
|
||||||
#include "rapidjson/writer.h"
|
#include "rapidjson/writer.h"
|
||||||
namespace json = rapidjson;
|
namespace json = rapidjson;
|
||||||
Reference in New Issue
Block a user