src/genworld_gui.cpp
changeset 9245 ea89c79affde
parent 9233 4daa9bb8dbf7
child 10429 1b99254f9607
equal deleted inserted replaced
9244:59bf7f93c856 9245:ea89c79affde
    46 	uint widget_id;
    46 	uint widget_id;
    47 	uint x;
    47 	uint x;
    48 	uint y;
    48 	uint y;
    49 	char name[64];
    49 	char name[64];
    50 };
    50 };
       
    51 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(generate_d));
    51 
    52 
    52 extern void SwitchMode(int new_mode);
    53 extern void SwitchMode(int new_mode);
    53 
    54 
    54 static inline void SetNewLandscapeType(byte landscape)
    55 static inline void SetNewLandscapeType(byte landscape)
    55 {
    56 {