gfxinit.h
author truelight
Sat, 26 Aug 2006 19:29:35 +0000
changeset 4400 82e6cecb71ec
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r6153) -Codechange: DeleteSign removes a sign from the pool
-Codechange: DestroySign is called by DeleteSign to remove all things where a sign depends on.
Last 2 changes to prepare for new pool system. Not pretty now, will be soon.
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */