summaryrefslogtreecommitdiff
path: root/news.h
diff options
context:
space:
mode:
Diffstat (limited to 'news.h')
-rw-r--r--news.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/news.h b/news.h
index 736542eae..d90cb4df2 100644
--- a/news.h
+++ b/news.h
@@ -73,4 +73,11 @@ enum {
DNC_BANKRUPCY = 4,
};
+/**
+ * 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, StringID news);
+
#endif /* NEWS_H */