(svn r23355) -Codechange: rename all AI* to Script* (Rubidium)

This commit is contained in:
truebrain
2011-11-29 23:15:35 +00:00
parent afdb67a353
commit 98103121d4
175 changed files with 4048 additions and 4034 deletions

View File

@@ -17,14 +17,14 @@
/**
* Create a list of engines based on a vehicle type.
* @ingroup AIList
* @ingroup ScriptList
*/
class AIEngineList : public AIList {
class ScriptEngineList : public ScriptList {
public:
/**
* @param vehicle_type The type of vehicle to make a list of engines for.
*/
AIEngineList(AIVehicle::VehicleType vehicle_type);
ScriptEngineList(ScriptVehicle::VehicleType vehicle_type);
};
#endif /* SCRIPT_ENGINELIST_HPP */