Changeset - r6371:e322ddd4f1da
[Not reviewed]
master
0 1 0
peter1138 - 17 years ago 2007-03-24 16:09:39
peter1138@openttd.org
(svn r9434) -Fix (r9418): remove typedef from forward declaration to appease MSVC or something
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/newgrf_cargo.h
Show inline comments
 
@@ -21,7 +21,7 @@ static const CargoID CT_DEFAULT      = N
 
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);
0 comments (0 inline, 0 general)