src/gfxinit.h
author peter1138
Thu, 11 Jan 2007 14:40:12 +0000
changeset 5607 f9ffb623aad9
parent 5475 2e6990a8c7c4
child 6179 d19b0137d8e4
permissions -rw-r--r--
(svn r8063) -Codechange: When evaluating newgrf varaction2s the 'last value' should start off at 0, and the result of the operation is remembered.
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */