gfxinit.h
author tron
Tue, 15 Aug 2006 07:07:17 +0000
changeset 4277 345e1bd9525a
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r5907) Remove more indirection by using pointers instead of IDs. Also fix some bogus warnings on MSVC by using (void*) casts
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */