view src/gfxinit.h @ 7493:2068a51c2e6c draft

(svn r11004) -Codechange: some reworks of the saveload mechanism to be able to save and load private and protected variables in the vehicle struct.
author rubidium <rubidium@openttd.org>
date Thu, 30 Aug 2007 13:09:44 +0000
parents 57363e064324
children e14b246ba55c
line wrap: on
line source

/* $Id$ */

/** @file gfxinit.h */

#ifndef GFXINIT_H
#define GFXINIT_H

void CheckExternalFiles();
void GfxLoadSprites();

#endif /* GFXINIT_H */