mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-04 10:41:35 -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();
|
|
};
|