changeset 3139 | b17abef09e15 |
parent 2186 | db48cf29b983 |
child 3140 | 5555cc95043a |
3138:7e6c85698ee5 | 3139:b17abef09e15 |
---|---|
71 DNC_SHIPAVAIL = 2, |
71 DNC_SHIPAVAIL = 2, |
72 DNC_AIRCRAFTAVAIL = 3, |
72 DNC_AIRCRAFTAVAIL = 3, |
73 DNC_BANKRUPCY = 4, |
73 DNC_BANKRUPCY = 4, |
74 }; |
74 }; |
75 |
75 |
76 /** |
|
77 * Delete a news item type about a vehicle |
|
78 * if the news item type is INVALID_STRING_ID all news about the vehicle get |
|
79 * deleted |
|
80 */ |
|
81 void DeleteVehicleNews(VehicleID, StringID news); |
|
82 |
|
76 #endif /* NEWS_H */ |
83 #endif /* NEWS_H */ |