mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-23 00:17:00 +00:00
Fix windows naming issue with assert
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
///
|
||||
#pragma once
|
||||
#include <mutex>
|
||||
#include "Assert.h"
|
||||
#include "CustomAssert.h"
|
||||
class Client;
|
||||
void GParser(Client*c, const std::string&Packet);
|
||||
class Buffer{
|
||||
|
||||
Reference in New Issue
Block a user