Files @ r8581:4c83ae6c0e3a
Branch filter:

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

smatz
(svn r12162) -Fix [FS#1757]: towns shouldn't build over houses owned by another town
/* $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 */