(svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n].
This commit is contained in:
@@ -51,17 +51,8 @@ extern bool _news_ticker_sound;
|
||||
|
||||
extern NewsTypeData _news_type_data[];
|
||||
|
||||
/**
|
||||
* Delete a news item type about a vehicle
|
||||
* if the news item type is INVALID_STRING_ID all news about the vehicle get
|
||||
* deleted
|
||||
*/
|
||||
void DeleteVehicleNews(VehicleID vid, StringID news);
|
||||
|
||||
/** Delete news associated with given station */
|
||||
void DeleteStationNews(StationID sid);
|
||||
|
||||
/** Delete news associated with given station */
|
||||
void DeleteIndustryNews(IndustryID iid);
|
||||
|
||||
#endif /* NEWS_FUNC_H */
|
||||
|
||||
Reference in New Issue
Block a user