mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 07:07:32 +08:00
8 lines
83 B
C++
8 lines
83 B
C++
![]() |
#pragma once
|
||
|
#include <cstdint>
|
||
|
|
||
|
enum eGameState : std::uint32_t
|
||
|
{
|
||
|
Playing = 0
|
||
|
};
|