gfxinit.h
author Darkvater
Thu, 26 Jan 2006 18:45:04 +0000
changeset 2892 390125af7685
parent 2641 9728651e0d71
permissions -rw-r--r--
(svn r3446) - Fix: incorrect validating of tree-planting command which can allow a buffer-overflow (Tron)
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */