You can now open add object in the scenario editor.

This commit is contained in:
Justin Marshall
2020-06-05 19:40:04 -07:00
parent c21032ebd1
commit 2a81d98ee1
3 changed files with 20 additions and 9 deletions
+1 -1
View File
@@ -734,7 +734,7 @@ int Coord_Spillage_Number(COORDINATE coord, int maxsize);
** MENUS.CPP
*/
void Setup_Menu(int menu, char const *text[], unsigned long field, int index, int skip);
int Check_Menu(int menu, char const *text[], char *selection, long field, int index);
int Check_Menu(int menu, char const *text[], char *selection, long field, int index, KeyNumType _key = KN_NONE);
int Do_Menu(char const **strings, bool blue);
extern int UnknownKey;
int Main_Menu(unsigned long timeout);