gfxinit.h
author bjarni
Fri, 06 Oct 2006 10:16:47 +0000
changeset 4754 26ddeca70f94
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r6668) -Codechange: [depot window] simplified the engine drawing loop in the depot window
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */