main_gui.c
changeset 970 492ca84ecc6c
parent 926 bd4312619522
child 983 1be852dcdd4c
equal deleted inserted replaced
969:8c4bede35fcc 970:492ca84ecc6c
    23 
    23 
    24 #include "table/animcursors.h"
    24 #include "table/animcursors.h"
    25 
    25 
    26 
    26 
    27 /* Min/Max date for scenario editor */
    27 /* Min/Max date for scenario editor */
    28 static const uint MinDate = 0;     // 1920-01-01
    28 static const uint MinDate = 0;     // 1920-01-01 (MAX_YEAR_BEGIN_REAL)
    29 static const uint MaxDate = 29220; // 2000-01-01
    29 static const uint MaxDate = 29220; // 2000-01-01
    30 
    30 
    31 extern void DoTestSave();
    31 extern void DoTestSave();
    32 extern void DoTestLoad();
    32 extern void DoTestLoad();
    33 
    33