gfxinit.h
author peter1138
Tue, 29 Nov 2005 22:29:59 +0000
changeset 2704 bdf6ae0cb27c
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r3248) - Codechange: Change interface of CanRefitTo() to supply the engine type directly instead of getting it from a vehicle. This allows the function to be used before vehicles are involved.
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */