Files @ r10927:eb69eaf0227d
Branch filter:

Location: cpp/openttd-patchpack/source/src/gfxinit.h

glx
(svn r15263) -Codechange: added Engine::GetCost() to remove some code duplication.
/* $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;

#endif /* GFXINIT_H */