gfxinit.h
author bjarni
Sat, 30 Dec 2006 11:28:26 +0000
changeset 5684 ce630c33116d
parent 2641 9728651e0d71
permissions -rw-r--r--
(svn r7639) -Fix: FS#487 Changed music/qtmidi.c to not use functions deprecated by Apple (pvz)
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */