2022-01-19 21:36:52 +02:00

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();
};