src/gfxinit.h
author skidd13
Mon, 19 Nov 2007 20:18:27 +0000
changeset 7926 01d19beae592
parent 7772 c89384e3f8de
child 8123 ce31d2843a95
permissions -rw-r--r--
(svn r11479) -Codechange: Move the BIGMUL functions to the file of their usage
-Codechange: Rename the BIGMUL functions to the fitting naming style
/* $Id$ */

/** @file gfxinit.h */

#ifndef GFXINIT_H
#define GFXINIT_H

void CheckExternalFiles();
void GfxLoadSprites();
void LoadSpritesIndexed(int file_index, uint *sprite_id, const SpriteID *index_tbl);

#endif /* GFXINIT_H */