Files @ r9747:e336500dc238
Branch filter:

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

belugas
(svn r13882) -Codechange: Replace widget numbers with appropriate enums
/* $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 */