gfxinit.h
author tron
Tue, 21 Feb 2006 06:43:53 +0000
changeset 3054 0cde017ea45d
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r3643) Remove a local variable which is just a pointer to a road stop status field and had the sensible name 'b'; instead directly use the road stop status field
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */