summaryrefslogtreecommitdiff
path: root/interface.c
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2010-08-29 09:25:53 (GMT)
committer Simon <simon@hardwired.org.uk>2010-08-29 09:25:53 (GMT)
commitc0563111f822f5253264c7805917a864e1ddda5d (patch)
treec27c0eedd1f9bd96a8e849ab8940c9f4f27667c9 /interface.c
parenta23f3777314312f8dfb70b779258dbb2f948bd08 (diff)
downloadpowder-c0563111f822f5253264c7805917a864e1ddda5d.zip
powder-c0563111f822f5253264c7805917a864e1ddda5d.tar.gz
Include some headers and move some functions
Diffstat (limited to 'interface.c')
-rw-r--r--interface.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/interface.c b/interface.c
index f40fadc..d5d87e5 100644
--- a/interface.c
+++ b/interface.c
@@ -1,10 +1,14 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <math.h>
+#include "http.h"
+#include "md5.h"
#include "font.h"
#include "defines.h"
#include "powder.h"
#include "interface.h"
+#include "misc.h"
SDLMod sdl_mod;
int sdl_key, sdl_wheel, sdl_caps=0, sdl_ascii, sdl_zoom_trig=0;