(svn r23630) -Add: a Goal GUI to show your current goals

This commit is contained in:
truebrain
2011-12-19 21:03:17 +00:00
parent 102c7ae60e
commit ccf9b01f5d
29 changed files with 879 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
#include "../vehicle_func.h"
#include "../road_type.h"
#include "../group.h"
#include "../goal_type.h"
#include "table/strings.h"
#include <vector>
@@ -45,6 +46,7 @@ private:
VehicleID new_vehicle_id; ///< The ID of the new Vehicle.
SignID new_sign_id; ///< The ID of the new Sign.
GroupID new_group_id; ///< The ID of the new Group.
GoalID new_goal_id; ///< The ID of the new Goal.
std::vector<int> callback_value; ///< The values which need to survive a callback.