Files @ r6969:c3926a150708
Branch filter:

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

truelight
(svn r10225) -Codechange: move common Colour routines for 32bpp to the base class (and nick it colour, not color)
/* $Id$ */

/** @file gfxinit.h */

#ifndef GFXINIT_H
#define GFXINIT_H

void CheckExternalFiles();
void GfxLoadSprites();

#endif /* GFXINIT_H */