add new DDEnableZoom export

This commit is contained in:
FunkyFr3sh 2024-07-23 23:25:02 +02:00
parent 3ef9e29a8b
commit 86940e9937
3 changed files with 17 additions and 0 deletions

View file

@ -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