Files @ r7831:09718d610cd4
Branch filter:

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

glx
(svn r11381) -Fix [FS#1227]: redo the fix in a less breaking way
/* $Id$ */

/** @file gfxinit.h */

#ifndef GFXINIT_H
#define GFXINIT_H

void CheckExternalFiles();
void GfxLoadSprites();
void LoadSpritesIndexed(int file_index, uint *sprite_id, const SpriteID *index_tbl);

#endif /* GFXINIT_H */