add new DDEnableZoom export
This commit is contained in:
parent
3ef9e29a8b
commit
86940e9937
3 changed files with 17 additions and 0 deletions
5
inc/dd.h
5
inc/dd.h
|
@ -165,6 +165,11 @@ typedef struct CNCDDRAW
|
|||
int y;
|
||||
} textbox; /* Age Of Empires 2 textbox align */
|
||||
|
||||
|
||||
struct
|
||||
{
|
||||
BOOL enabled;
|
||||
} zoom; /* Age Of Empires 2 textbox align */
|
||||
} CNCDDRAW;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue