src/gfxinit.h
author KUDr
Sun, 14 Jan 2007 21:03:21 +0000
changeset 5671 c7b6e63f1996
parent 5475 2e6990a8c7c4
child 6179 d19b0137d8e4
permissions -rw-r--r--
(svn r8131) -Fix (r8125): g++ warning: 'invalid access to non-static data member ?<class>::<member>? of NULL object'. It is weird, but renaming the 'offsetof' macro helped.
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */