mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-16 14:27:44 +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();
|
||
|
|
||
|
};
|
||
|
}
|