gfxinit.h
author Darkvater
Fri, 27 Oct 2006 10:12:57 +0000
changeset 4955 1ffc9ce449a8
parent 2641 c94c811ffcc6
permissions -rw-r--r--
(svn r6954) -Feature: Constrain the drawing of a string inside an editbox to the dimensions of
the widget it is in. This allows for typing longer text into an editbox (if maxwidth
allows of course) and scroll around properly.
/* $Id$ */

#ifndef GFXINIT_H
#define GFXINIT_H

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

#endif /* GFXINIT_H */