#include "editor.h"Go to the source code of this file.
Functions | |
| void | get_selected_region (int *top, int *left, int *right, int *bottom) |
| void | edit_cut (void) |
| void | edit_copy (void) |
| void | edit_paste (void) |
| void | edit_clear (void) |
| void | edit_select_all (void) |
Variables | |
| map_square | clipboard [40][40] |
| int | clipboard_x = 0 clipboard_y=0 |
|
|
Definition at line 71 of file edit.c. References current_map, get_selected_region(), engine_map::t, and TILE_EMPTY. |
|
|
Definition at line 43 of file edit.c. References clipboard, clipboard_x, current_map, get_selected_region(), and engine_map::t. Referenced by editing_state(). |
|
|
Definition at line 26 of file edit.c. References clipboard, clipboard_x, current_map, get_selected_region(), engine_map::t, and TILE_EMPTY. Referenced by editing_state(). |
|
|
Definition at line 58 of file edit.c. References clipboard, clipboard_x, current_map, cursor_x, cursor_y, FIELD_HEIGHT, FIELD_WIDTH, and engine_map::t. Referenced by editing_state(). |
|
|
Definition at line 84 of file edit.c. References cursor_x, cursor_y, FIELD_HEIGHT, FIELD_WIDTH, select_x, and select_y. Referenced by editing_state(). |
|
||||||||||||||||||||
|
Definition at line 8 of file edit.c. References cursor_x, cursor_y, FIELD_HEIGHT, FIELD_WIDTH, select_x, and select_y. Referenced by edit_clear(), edit_copy(), edit_cut(), transform_mirror_horizontal(), transform_mirror_vertical(), transform_smooth(), and xor_selected_range(). |
|
|
Definition at line 4 of file edit.c. Referenced by edit_copy(), edit_cut(), and edit_paste(). |
|
|
Definition at line 5 of file edit.c. Referenced by edit_copy(), edit_cut(), and edit_paste(). |
1.3.6