save window position

This commit is contained in:
FunkyFr3sh 2017-11-12 14:57:27 +01:00
parent 2e9378796a
commit 3d7f370438
3 changed files with 71 additions and 26 deletions

5
main.h
View file

@ -83,7 +83,10 @@ typedef struct IDirectDrawImpl
BOOL vhack;
BOOL isredalert;
DWORD WINAPI (*renderer)(void);
int posX;
int posY;
char ini_path[MAX_PATH];
} IDirectDrawImpl;
typedef struct IDirectDrawImplVtbl IDirectDrawImplVtbl;