Files @ r9858:33377a23cc7d
Branch filter:

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

belugas
(svn r14003) -Codechange: Replace numbers with Colours enum opn some DrawArrowButtons calls
/* $Id$ */

/** @file gfxinit.h Functions related to the graphics initialization. */

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