src/gfxinit.h
author rubidium
Sun, 11 May 2008 14:09:38 +0000
changeset 10501 10f2642f41dc
parent 10429 1b99254f9607
permissions -rw-r--r--
(svn r13044) -Fix: deleting an already deleted window.
/* $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 */