gfxinit.h
author truelight
Fri, 10 Aug 2007 22:03:12 +0000
branch0.5
changeset 5535 902916453299
parent 2641 9728651e0d71
permissions -rw-r--r--
(svn r10849) [0.5] -Fix r10842: months of not-fully-correctly language syncing caused a small mess; this cleans that up
[0.5] -Fix r10842: not all language-files were fully synced with trunk. Now they are for sure
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */