src/gfxinit.h
author bjarni
Thu, 08 Mar 2007 21:39:34 +0000
changeset 6589 addf4b6946d0
parent 6573 7624f942237f
child 6871 5a9dc001e1ad
permissions -rw-r--r--
(svn r9072) -Codechange: [Orders] added methods to orders to free them and check if they are in use
/* $Id$ */

/** @file gfxinit.h */

#ifndef GFXINIT_H
#define GFXINIT_H

void CheckExternalFiles();
void GfxLoadSprites();

#endif /* GFXINIT_H */