mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-05 11:11:47 -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();
|
|
};
|