Files @ r9002:4068af463db3
Branch filter:

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

bjarni
(svn r12797) -Codechange: [autoreplace] moved wagon removal to a function of it's own
/* $Id$ */

/** @file gfxinit.h */

#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 */