You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/gfxinit.h

15 lines
255 B
C

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