(svn r9434) -Fix (r9418): remove typedef from forward declaration to appease MSVC or something
authorpeter1138
Sat, 24 Mar 2007 16:09:39 +0000
changeset 6697 a58fd5043165
parent 6696 3c2120d41b22
child 6698 4d04ee4613aa
(svn r9434) -Fix (r9418): remove typedef from forward declaration to appease MSVC or something
src/newgrf_cargo.h
--- a/src/newgrf_cargo.h	Sat Mar 24 15:13:46 2007 +0000
+++ b/src/newgrf_cargo.h	Sat Mar 24 16:09:39 2007 +0000
@@ -21,7 +21,7 @@
 static const CargoID CT_PURCHASE     = NUM_CARGO + 1;
 static const CargoID CT_DEFAULT_NA   = NUM_CARGO + 2;
 
-typedef struct CargoSpec;
+struct CargoSpec;
 
 SpriteID GetCustomCargoSprite(const CargoSpec *cs);
 uint16 GetCargoCallback(uint16 callback, uint32 param1, uint32 param2, const CargoSpec *cs);