src/gfxinit.h
author glx
Wed, 07 May 2008 14:12:20 +0000
changeset 9131 d7da7ac0f845
parent 9111 48ce04029fe4
child 9994 f9d5859f6aee
permissions -rw-r--r--
(svn r12991) -Codechange: removed some unneeded includes
/* $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 */