#pragma once class Game { public: inline static bool s_isSignalExit = false; static void Exit(); };