(svn r25354) -Add: link graph schedule and typedefs for LinkGraph and related classes

This commit is contained in:
fonsinchen
2013-06-09 12:58:37 +00:00
parent 22f56ffdd7
commit c32eea02dd
13 changed files with 361 additions and 0 deletions

View File

@@ -63,6 +63,8 @@
#include "subsidy_func.h"
#include "linkgraph/linkgraphschedule.h"
#include <stdarg.h>
@@ -297,6 +299,7 @@ static void ShutdownGame()
free(_config_file);
#endif
LinkGraphSchedule::Clear();
PoolBase::Clean(PT_ALL);
/* No NewGRFs were loaded when it was still bootstrapping. */