mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
12 lines
121 B
C++
12 lines
121 B
C++
#pragma once
|
|
#include "common.hpp"
|
|
|
|
namespace big
|
|
{
|
|
namespace features
|
|
{
|
|
void run_tick();
|
|
void script_func();
|
|
}
|
|
}
|