src/gfxinit.h
author glx
Sun, 15 Jun 2008 22:18:10 +0000
branchnoai
changeset 10971 aaf89f8c59b9
parent 10455 22c441f5adf9
permissions -rw-r--r--
(svn r13525) [NoAI] -Add: added AIEventEngineAvailable and AIEventStationFirstVehicle
/* $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 */