mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-08-17 16:57:11 +00:00
14 lines
251 B
C++
14 lines
251 B
C++
///
|
|
/// Created by Anonymous275 on 12/26/21
|
|
/// Copyright (c) 2021-present Anonymous275 read the LICENSE file for more info.
|
|
///
|
|
|
|
#pragma once
|
|
#define ELPP_NO_DEFAULT_LOG_FILE
|
|
#include "easylogging++.h"
|
|
|
|
class Log {
|
|
public:
|
|
static void Init();
|
|
};
|