gfxinit.h
author belugas
Mon, 23 Oct 2006 16:35:27 +0000
changeset 4924 b6fa01b5a80d
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r6904) -CodeChange : Cleanup of industry_cmd (Step-5).
Add member life_type to IndustrySpec and remove the now useless _industry_close_mode array
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

void CheckExternalFiles(void);
void GfxLoadSprites(void);

#endif /* GFXINIT_H */