gfxinit.h
author bjarni
Sat, 02 Sep 2006 09:35:03 +0000
changeset 4519 1437b1e7416c
parent 2641 9728651e0d71
permissions -rw-r--r--
(svn r6304) -Codechange r6295: Use !! instead of (bool) in commands to send vehicles to depots
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */