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