cave-story-solaris/src/Escape.h
Clownacy 44f142d8e7 Big ugly rework of WindowsWrapper.h
Okay so WindowsWrapper.h now just includes Windows.h if it wants
non-portability. This meant I had to split the custom RECT struct
back to the original RECT and unknown nameless struct (one uses
left/right, while the other uses front/back).
2019-06-20 20:06:55 +01:00

5 lines
71 B
C

#pragma once
#include "WindowsWrapper.h"
int Call_Escape(HWND hWnd);