gfxinit.h
author rubidium
Tue, 26 Dec 2006 12:56:48 +0000
changeset 5376 204acb84473f
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r7561) -Fix (FS#431): core and (patches) GUI were not in-sync with respect to autorenew settings. This is only a temporary fix, as the definite fix needs to move the autorenew settings to a per-company settings window.
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */