(svn r7692) -Fix: OpenTTD didn't compile without network enabled (newgrf sync code)

This commit is contained in:
Darkvater
2006-12-31 11:12:49 +00:00
parent 1814212dc7
commit ba25cf7def
3 changed files with 10 additions and 1 deletions

View File

@@ -55,8 +55,10 @@ char *GRFBuildParamList(char *dst, const GRFConfig *c, const char *last);
/* In newgrf_gui.c */
void ShowNewGRFSettings(bool editable, bool show_params, bool exec_changes, GRFConfig **config);
#ifdef ENABLE_NETWORK
/* For communication about GRFs over the network */
#define UNKNOWN_GRF_NAME_PLACEHOLDER "<Unknown>"
char *FindUnknownGRFName(uint32 grfid, uint8 *md5sum, bool create);
#endif /* ENABLE_NETWORK */
#endif /* NEWGRF_CONFIG_H */