2022-01-27 01:42:08 +02:00

13 lines
218 B
C++

///
/// Created by Anonymous275 on 1/21/22
/// Copyright (c) 2021-present Anonymous275 read the LICENSE file for more info.
///
#pragma once
#include <cstdint>
class BeamNG {
public:
static void EntryPoint();
};