Files @ r8456:f4e189b906ca
Branch filter:

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

orudge
(svn r12026) -Update: 'exit' is consistent with UK English in OpenTTD, 'quit' with US English
/* $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 */