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