diff options
Diffstat (limited to 'src/gamelog.h')
-rw-r--r-- | src/gamelog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gamelog.h b/src/gamelog.h index d2146d7a3..470a308be 100644 --- a/src/gamelog.h +++ b/src/gamelog.h @@ -46,4 +46,6 @@ void GamelogTestGRF(); bool GamelogGRFBugReverse(uint32 grfid, uint16 internal_id); +void GamelogGetOriginalGRFMD5Checksum(uint32 grfid, byte *md5sum); + #endif /* GAMELOG_H */ |