Files @ r8053:25084e2906e0
Branch filter:

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

skidd13
(svn r11614) -Fix: The about dialog scrolling was connected to the mouse instead of the internal ticks
/* $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 */