summaryrefslogtreecommitdiff
path: root/src/newgrf_config.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-07-31 09:36:09 +0000
committerrubidium <rubidium@openttd.org>2010-07-31 09:36:09 +0000
commitf7794e313f993bbb8394bfc6c27f6cd00fc534a0 (patch)
treeb47ce8754e0390f5b2769210ded01d440674d79d /src/newgrf_config.h
parent75c4a2d2fb4c400eb2eef6e1e1fa1bf3573c5be0 (diff)
downloadopenttd-f7794e313f993bbb8394bfc6c27f6cd00fc534a0.tar.xz
(svn r20252) -Codechange: deduplicate logic for setting a suitable (initial) palette for NewGRFs
Diffstat (limited to 'src/newgrf_config.h')
-rw-r--r--src/newgrf_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/newgrf_config.h b/src/newgrf_config.h
index 56131e766..3c851a139 100644
--- a/src/newgrf_config.h
+++ b/src/newgrf_config.h
@@ -108,6 +108,8 @@ struct GRFConfig : ZeroedMemoryAllocator {
const char *GetName() const;
const char *GetDescription() const;
+
+ void SetSuitablePalette();
};
extern GRFConfig *_all_grfs; ///< First item in list of all scanned NewGRFs