src/gfxinit.h
author KUDr
Mon, 26 Mar 2007 21:31:37 +0000
branchcpp_gui
changeset 6302 bd80897189ba
parent 6298 c30fe89622df
child 6871 5a9dc001e1ad
permissions -rw-r--r--
(svn r9485) [cpp_gui] -Fix: g++ warnings/errors (glx)
/* $Id$ */

/** @file gfxinit.h */

#ifndef GFXINIT_H
#define GFXINIT_H

void CheckExternalFiles();
void GfxLoadSprites();

#endif /* GFXINIT_H */