mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-04 00:47:23 +00:00
12 lines
239 B
C++
12 lines
239 B
C++
///
|
|
/// Created by Anonymous275 on 12/26/21
|
|
/// Copyright (c) 2021-present Anonymous275 read the LICENSE file for more info.
|
|
///
|
|
|
|
#pragma once
|
|
#include "easylogging++.h"
|
|
|
|
class Log {
|
|
public:
|
|
static void Init(int argc, char* argv[]);
|
|
}; |