gfxinit.h
author tron
Sat, 17 Jun 2006 08:16:58 +0000
changeset 4033 20c942fbe0c0
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r5292) -Fix: When using SIOCGIFCONF to detect network interfaces accomodate for the fact that struct sockaddr doesn't have fixed size in all implementations
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */