Files @ r8044:fb0f34142941
Branch filter:

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

smatz
(svn r11604) -Fix: canal tiles were not marked dirty when surrounding tile got flooded, causing glitches
/* $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 */