Files
BeamMP-Launcher/include/Logger.h
Anonymous275 3c96bb3959 clang format
2022-07-26 11:43:45 +03:00

14 lines
259 B
C++

///
/// Created by Anonymous275 on 12/26/21
/// Copyright (c) 2021-present Anonymous275 read the LICENSE file for more info.
///
#pragma once
#include <easyloggingpp/src/easylogging++.h>
#undef min
#undef max
class Log {
public:
static void Init();
};