1 2 3 4 5 6 7 8 9 10 11 12 13 14
r5475:3f5cd13d1b63 r5475:3f5cd13d1b63 r9111:983de9c5a848 r6179:c0508e7aefec r5475:3f5cd13d1b63 r5475:3f5cd13d1b63 r5475:3f5cd13d1b63 r8123:dde0a9a84019 r8123:dde0a9a84019 r6247:96e840dbefcc r6247:96e840dbefcc r7772:260dc421b905 r5475:3f5cd13d1b63 r5475:3f5cd13d1b63
/* $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 */