mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-16 06:18:05 +08:00
15 lines
156 B
C++
15 lines
156 B
C++
#pragma once
|
|
#include "common.hpp"
|
|
|
|
namespace big
|
|
{
|
|
class protections
|
|
{
|
|
public:
|
|
static void loop();
|
|
|
|
private:
|
|
static void replay_interface();
|
|
|
|
};
|
|
} |