mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-08-17 16:57:11 +00:00
12 lines
261 B
C++
12 lines
261 B
C++
///
|
|
/// Created by Anonymous275 on 6/17/21
|
|
/// Copyright (c) 2021-present Anonymous275 read the LICENSE file for more info.
|
|
///
|
|
|
|
#include <cstdint>
|
|
|
|
class BeamNG {
|
|
public:
|
|
static size_t GetModuleBase(const char* Name);
|
|
static uint32_t GetProcessID();
|
|
}; |