(svn r25354) -Add: link graph schedule and typedefs for LinkGraph and related classes
This commit is contained in:
@@ -1295,6 +1295,7 @@ void OnTick_Station();
|
||||
void OnTick_Industry();
|
||||
|
||||
void OnTick_Companies();
|
||||
void OnTick_LinkGraph();
|
||||
|
||||
void CallLandscapeTick()
|
||||
{
|
||||
@@ -1304,4 +1305,5 @@ void CallLandscapeTick()
|
||||
OnTick_Industry();
|
||||
|
||||
OnTick_Companies();
|
||||
OnTick_LinkGraph();
|
||||
}
|
||||
|
Reference in New Issue
Block a user