Files @ r9211:ed60710b275b
Branch filter:

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

smatz
(svn r13077) -Codechange: move function that updates cached num_engines to engine.cpp, make it run only 1 loop
/* $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 */