mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-19 18:32:35 +01:00
(svn r26307) -Add: [nogo] Allow GS to hide story page date
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include "script_vehicle.hpp"
|
||||
#include "script_rail.hpp"
|
||||
#include "script_airport.hpp"
|
||||
#include "script_date.hpp"
|
||||
|
||||
/**
|
||||
* Class that handles all engine related functions.
|
||||
@@ -174,7 +175,7 @@ public:
|
||||
* @pre IsValidEngine(engine_id).
|
||||
* @return The date this engine was designed.
|
||||
*/
|
||||
static int32 GetDesignDate(EngineID engine_id);
|
||||
static ScriptDate::Date GetDesignDate(EngineID engine_id);
|
||||
|
||||
/**
|
||||
* Get the type of an engine.
|
||||
|
||||
Reference in New Issue
Block a user