src/gfxinit.h
author peter1138
Thu, 14 Feb 2008 11:58:36 +0000
changeset 9057 f9931abf5f55
parent 8619 c2434269c3eb
child 10429 1b99254f9607
permissions -rw-r--r--
(svn r12139) -Fix (r12124): The global variable value should be returned, not the variable.
/* $Id$ */

/** @file gfxinit.h */

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