diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-25 12:57:23 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-25 12:57:23 (GMT) |
| commit | ab8f382acc863d8d71ddb75b3161629cf5dd8d64 (patch) | |
| tree | 18744659d28c8fd3556a8c8bb3e17b308aeadc75 /src/simulation/Simulation.h | |
| parent | 04b007b36f3341d0906b64f8f59eab36ba58988a (diff) | |
| download | powder-ab8f382acc863d8d71ddb75b3161629cf5dd8d64.zip powder-ab8f382acc863d8d71ddb75b3161629cf5dd8d64.tar.gz | |
Sign tool can now edit existing signs
Diffstat (limited to 'src/simulation/Simulation.h')
| -rw-r--r-- | src/simulation/Simulation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulation/Simulation.h b/src/simulation/Simulation.h index 8e25daa..b9cc6bb 100644 --- a/src/simulation/Simulation.h +++ b/src/simulation/Simulation.h @@ -141,6 +141,7 @@ public: //int get_brush_flags(); inline int create_part(int p, int x, int y, int t); inline void delete_part(int x, int y, int flags); + void get_sign_pos(int i, int *x0, int *y0, int *w, int *h); inline int is_wire(int x, int y); inline int is_wire_off(int x, int y); inline void set_emap(int x, int y); |
