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;
|
|
};
|
|
} |