src/gfxinit.h
author rubidium
Tue, 29 Jan 2008 00:27:25 +0000
changeset 8930 361433723616
parent 8619 c2434269c3eb
child 10429 1b99254f9607
permissions -rw-r--r--
(svn r12004) -Codechange: refactor the random functions to reduce code duplication.
/* $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 */