diff options
| author | Simon <simon@hardwired.org.uk> | 2010-09-02 23:06:18 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2010-09-02 23:06:18 (GMT) |
| commit | 274383105a675af4235c250e7c0690a86e71a8c0 (patch) | |
| tree | 79801fe8b463163591f87804f4bfbd8c41f0d3fc /interface.c | |
| parent | 32b1a2c3ab928bec980601f257487db39b0b8e33 (diff) | |
| download | powder-274383105a675af4235c250e7c0690a86e71a8c0.zip powder-274383105a675af4235c250e7c0690a86e71a8c0.tar.gz | |
Revert "does not compile at the moment, cause unknown, also. always use // for one line comments"
This reverts commit 32b1a2c3ab928bec980601f257487db39b0b8e33.
Diffstat (limited to 'interface.c')
| -rw-r--r-- | interface.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface.c b/interface.c index bb9c37c..f6ef749 100644 --- a/interface.c +++ b/interface.c @@ -11,7 +11,7 @@ #include "powder.h" #include "interface.h" #include "misc.h" -#include "graphics.h" + SDLMod sdl_mod; int sdl_key, sdl_wheel, sdl_caps=0, sdl_ascii, sdl_zoom_trig=0; @@ -2819,4 +2819,4 @@ int execute_vote(pixel *vid_buf, char *id, char *action) if(result) free(result); return 1; -} +}
\ No newline at end of file |
