TmpMenu/src/util/police.hpp

10 lines
176 B
C++
Raw Normal View History

2023-04-14 18:54:07 +02:00
#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;
};
}