mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-07 16:26:02 +00:00
12 lines
187 B
C++
12 lines
187 B
C++
///
|
|
/// Created by Anonymous275 on 7/16/2020
|
|
///
|
|
#pragma once
|
|
#include <string>
|
|
void Discord_Main();
|
|
std::string GetDName();
|
|
std::string GetDTag();
|
|
std::string GetDID();
|
|
void DAboard();
|
|
|