Update nemirtingas overlay to latest.

This commit is contained in:
Mr_Goldberg
2022-08-10 03:22:23 -04:00
parent 1ad2818e28
commit 04022c005f
15 changed files with 187 additions and 95 deletions

View File

@ -60,6 +60,7 @@ public:
virtual ~X11_Hook();
void ResetRenderState();
void SetInitialWindowSize(Display* display, Window wnd);
bool PrepareForOverlay(Display *display, Window wnd);
Window GetGameWnd() const{ return _GameWnd; }