engine.h
changeset 2769 acea0abd2195
parent 2763 d579caf58b59
child 2817 58dcead3f545
--- a/engine.h	Sun Dec 18 12:17:53 2005 +0000
+++ b/engine.h	Sun Dec 18 14:03:28 2005 +0000
@@ -212,7 +212,6 @@
 void DeleteCustomEngineNames(void);
 
 bool IsEngineBuildable(uint engine, byte type);
-void UnInitNewgrEngines(void);
 
 enum {
 	NUM_NORMAL_RAIL_ENGINES = 54,
@@ -283,5 +282,6 @@
 
 void UnloadWagonOverrides(void);
 void UnloadCustomEngineSprites(void);
+void UnloadCustomEngineNames(void);
 
 #endif /* ENGINE_H */