Files @ r4261:8c2d0c75e37a
Branch filter:

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

rubidium
(svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
-Cleanup: fix whitespace related coding style issues in date.[ch]
-Cleanup: make original comments doxygen compatible and remove/change outdated comments
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 */