mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-04 00:23:27 +08:00
16 lines
222 B
C++
16 lines
222 B
C++
#pragma once
|
|
|
|
extern "C" uint64_t g_sound_overload_ret_addr;
|
|
|
|
namespace big
|
|
{
|
|
class byte_patch_manager
|
|
{
|
|
public:
|
|
byte_patch_manager();
|
|
~byte_patch_manager();
|
|
};
|
|
|
|
inline byte_patch_manager* g_byte_patch_manager;
|
|
}
|