shithub: cstory

ref: 917d69fc4a487f7dd4318c218490728d7fcaa1dc
dir: /src/Escape.h/

View raw version
#pragma once

#include "WindowsWrapper.h"

enum enum_ESCRETURN
{
	enum_ESCRETURN_exit,
	enum_ESCRETURN_continue,
	enum_ESCRETURN_restart
};

int Call_Escape(HWND hWnd);