mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-17 08:50:29 +02:00
You can now open add object in the scenario editor.
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user