gfxinit.h
author Darkvater
Sun, 16 Apr 2006 11:33:26 +0000
changeset 3566 21db83574baf
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r4447) - NewGRF: It seems I committed printing action NOP Action 0x0C which is mainly used for comments. So leave it in, but fix the created warning. Use proper action name for check_length() in Action 0x10
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */