src/gfxinit.h
author glx
Sat, 17 May 2008 20:49:45 +0000
changeset 10601 c843d0e06015
parent 10429 1b99254f9607
permissions -rw-r--r--
(svn r13145) -Codechange: make classes of the BuildDocks[Depot|Station]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 */