gfxinit.h
author Darkvater
Thu, 14 Sep 2006 23:26:58 +0000
changeset 4600 c3d1ca65a598
parent 2641 9728651e0d71
permissions -rw-r--r--
(svn r6450) -Feature: Make the 'patch' console command available for offline use and for
online use for player-based settings.
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */