TmpMenu/src/byte_patch_manager.hpp

16 lines
239 B
C++
Raw Normal View History

2023-04-14 18:54:07 +02:00
#pragma once
extern "C" std::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;
}