gfxinit.h
author Darkvater
Sun, 15 Oct 2006 23:31:22 +0000
changeset 4857 983fb5b391b7
parent 2641 9728651e0d71
permissions -rw-r--r--
(svn r6783) -Codechange: Allow ParseConnectionString to allow players with more than one digit
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */