Include input.h for SetMousePos, mouseX, mouseY prototypes.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@752 4a71c877-e1ca-e34f-864e-861f7616d084
master
Stefan Huehner 2006-09-23 18:42:35 +00:00
parent 567fc10e50
commit 04d0181777
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include "lib/framework/frame.h"
#include "lib/framework/input.h"
#include "lib/gamelib/gtime.h"
#include "base.h"
#include "lib/ivis_common/piedef.h"

View File

@ -7,6 +7,7 @@
#include <math.h>
#include "lib/framework/frame.h"
#include "lib/framework/input.h"
#include "lib/widget/widget.h"
#include "deliverance.h"
#include "lib/framework/fractions.h"