From e7cd301d3c9990b4ef9f0748789bb5e0318c0d24 Mon Sep 17 00:00:00 2001 From: truebrain Date: Mon, 19 Dec 2011 20:59:29 +0000 Subject: (svn r23621) -Add: allow manipulation of signs via GameScripts --- src/game/game_instance.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/game_instance.cpp') diff --git a/src/game/game_instance.cpp b/src/game/game_instance.cpp index 9d9129b41..15447b9c1 100644 --- a/src/game/game_instance.cpp +++ b/src/game/game_instance.cpp @@ -54,6 +54,7 @@ #include "../script/api/game/game_rail.hpp.sq" #include "../script/api/game/game_railtypelist.hpp.sq" #include "../script/api/game/game_road.hpp.sq" +#include "../script/api/game/game_sign.hpp.sq" #include "../script/api/game/game_signlist.hpp.sq" #include "../script/api/game/game_station.hpp.sq" #include "../script/api/game/game_stationlist.hpp.sq" @@ -125,6 +126,7 @@ void GameInstance::RegisterAPI() SQGSRail_Register(this->engine); SQGSRailTypeList_Register(this->engine); SQGSRoad_Register(this->engine); + SQGSSign_Register(this->engine); SQGSSignList_Register(this->engine); SQGSStation_Register(this->engine); SQGSStationList_Register(this->engine); -- cgit v1.2.3-54-g00ecf