src/gfxinit.h
author maedhros
Fri, 01 Jun 2007 11:17:30 +0000
changeset 6771 b58be16fb268
parent 6247 7d81e3a5d803
child 7772 c89384e3f8de
permissions -rw-r--r--
(svn r10007) -Codechange: Add some asserts to IsFrontEngine and friends to ensure that only trains use them.
/* $Id$ */

/** @file gfxinit.h */

#ifndef GFXINIT_H
#define GFXINIT_H

void CheckExternalFiles();
void GfxLoadSprites();

#endif /* GFXINIT_H */