Files @ r2682:86af293a8bfc
Branch filter:

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

truelight
(svn r3224) -Add: Allow the NewAI to work in Multiplayer Games (switchable via patch
settings, off by defaut). An other step to AIScripts.
WARNING: this is still highly experimental and has known bugs!
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 */