gfxinit.h
author Darkvater
Sat, 21 Oct 2006 22:24:28 +0000
changeset 4905 49b0d1b84fc3
parent 2641 9728651e0d71
permissions -rw-r--r--
(svn r6875) -Feature: Allow for " to be in console tokens. Escape them with \. eg \".
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */