Files @ r5856:e64c21408d74
Branch filter:

Location: cpp/openttd-patchpack/source/src/gfxinit.h - annotation

tron
(svn r8430) -Fix

Replace the rather obscure control flow for handling aircraft/ship/train orders by something remotly comprehensible (see r3584)
1
2
3
4
5
6
7
8
9
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

void CheckExternalFiles(void);
void GfxLoadSprites(void);

#endif /* GFXINIT_H */