gfxinit.h
author tron
Wed, 08 Mar 2006 19:47:18 +0000
changeset 3168 34cfe6f61a12
parent 2641 9728651e0d71
permissions -rw-r--r--
(svn r3796) When unmagicfying code, do it Right(tm) and also give the variables sensible names. I flipped a 'b' and a 'd' in r3785
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */