gfxinit.h
author tron
Sat, 28 Oct 2006 14:37:33 +0000
changeset 4991 a9f3eb46f329
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r6994) -Regression (r6291): When sending an aircrafts to a hangar the wrong bit gets tested to determine if a aircraft should stop there or just get serviced
Also remove a stale comment
Both spotted and fixed by Mart3p
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */