(svn r23630) -Add: a Goal GUI to show your current goals
This commit is contained in:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user