src/gfxinit.h
author tron
Fri, 16 Feb 2007 07:32:22 +0000
changeset 6357 a09d43cd3e6c
parent 5726 8f399788f6c9
child 6285 187e3ef04cc9
permissions -rw-r--r--
(svn r8754) -Fix

Do not handle a special case for goto hangar orders to oilrigs - they do not have a hangar anyway
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */