src/gfxinit.h
author glx
Wed, 14 May 2008 02:52:06 +0000
changeset 10540 01830b945c0c
parent 10429 1b99254f9607
permissions -rw-r--r--
(svn r13084) -Fix (r13042): forgot to add querystring_gui.h to source.list and project files
/* $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 */