save window position
This commit is contained in:
parent
2e9378796a
commit
3d7f370438
3 changed files with 71 additions and 26 deletions
5
main.h
5
main.h
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue