Files @ r9750:1e2535e15958
Branch filter:

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

frosch
(svn r13885) -Fix [FS#2168]: Var 0x7F is not feature-specific.
/* $Id$ */

/** @file gfxinit.h Functions related to the graphics initialization. */

#ifndef GFXINIT_H
#define GFXINIT_H

#include "gfx_type.h"

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

#endif /* GFXINIT_H */