mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 07:07:32 +08:00
10 lines
111 B
C++
10 lines
111 B
C++
#pragma once
|
|
#include "common.hpp"
|
|
|
|
namespace big
|
|
{
|
|
class looped {
|
|
public:
|
|
static void self_noclip();
|
|
};
|
|
} |