gfxinit.h
author peter1138
Sun, 03 Dec 2006 15:48:21 +0000
changeset 5215 b8fb685df4c5
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r7330) -Fix (r7304): Data invalidation doesn't always happen as the local
player, resulting in an empty vehicle purchase list. Specify the player
as an argument to IsEngineBuildable()
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */