mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-06 11:40:19 -06:00
10 lines
110 B
C++
10 lines
110 B
C++
#pragma once
|
|
|
|
class Game
|
|
{
|
|
public:
|
|
inline static bool s_isSignalExit = false;
|
|
|
|
static void Exit();
|
|
};
|