diff options
| author | Philip <philip@philip-linuxlaptop.(none)> | 2010-10-28 23:31:06 (GMT) |
|---|---|---|
| committer | Philip <philip@philip-linuxlaptop.(none)> | 2010-10-28 23:31:06 (GMT) |
| commit | bb3b1a52ac2e5ad935640558f312c767a8ad9f15 (patch) | |
| tree | 2f663dfa8e4aa3201abae1c07a32e4d661c0482b /includes/interface.h | |
| parent | bff5961d602531b224821da54a874a09f1dba317 (diff) | |
| download | powder-bb3b1a52ac2e5ad935640558f312c767a8ad9f15.zip powder-bb3b1a52ac2e5ad935640558f312c767a8ad9f15.tar.gz | |
added specific element eraser again for my own uses sinces everyone else thinks its useless. alt-click to pick and then alt-click in the game to erase the picked element. you could then have right and left click be two different elements and alt-click on the eraser to keep two elements selected and an easy to use eraser as well
Diffstat (limited to 'includes/interface.h')
| -rw-r--r-- | includes/interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/interface.h b/includes/interface.h index 0f4dd3f..ddc260d 100644 --- a/includes/interface.h +++ b/includes/interface.h @@ -100,6 +100,7 @@ struct ui_checkbox }; typedef struct ui_checkbox ui_checkbox; +int SLALT; extern SDLMod sdl_mod; extern int sdl_key, sdl_wheel, sdl_caps, sdl_ascii, sdl_zoom_trig; extern char *shift_0; |
