mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 07:07:32 +08:00
10 lines
176 B
C++
10 lines
176 B
C++
#pragma once
|
|
|
|
namespace big
|
|
{
|
|
struct police
|
|
{
|
|
inline static memory::byte_patch* m_max_wanted_level;
|
|
inline static memory::byte_patch* m_max_wanted_level_2;
|
|
};
|
|
} |