Files @ r12726:b1c44e9069eb
Branch filter:

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

alberth
(svn r17202) -Codechange: News item is already given as argument.
/* $Id$ */

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

#ifndef GFXINIT_H
#define GFXINIT_H

#include "gfx_type.h"

void GfxLoadSprites();
void LoadSpritesIndexed(int file_index, uint *sprite_id, const SpriteID *index_tbl);

#endif /* GFXINIT_H */