(svn r23000) -Feature: Base graphics sets can now specify a preferred blitter which OpenTTD uses to decide which blitter to load.

This commit is contained in:
michi_cc
2011-10-04 21:35:47 +00:00
parent d3e32121c9
commit 7b35dd4f54
6 changed files with 47 additions and 4 deletions

View File

@@ -174,5 +174,6 @@ public:
};
extern char *_ini_blitter;
extern bool _blitter_autodetected;
#endif /* BLITTER_FACTORY_HPP */