src/gfxinit.h
author rubidium
Tue, 30 Sep 2008 20:51:04 +0000
changeset 10208 72c00af5c95d
parent 10037 a06670f961a8
permissions -rw-r--r--
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
/* $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);

void FindGraphicsSets();
bool SetGraphicsSet(const char *name);
char *GetGraphicsSetsList(char *p, const char *last);

extern char _ini_graphics_set[32];

#endif /* GFXINIT_H */