#include "editor.h"Go to the source code of this file.
Functions | |
| void | map_properties (void) |
| void | map_resize (void) |
| void | map_next (void) |
| void | map_previous (void) |
| void | map_import_level (void) |
| void | map_insert (void) |
| void | map_delete (void) |
| void | map_move_up (void) |
| void | map_move_down (void) |
|
|
Definition at line 106 of file map.c. References cleanup_map(), current_map_num, draw_current_map(), maps, num_maps, set_num_maps(), show_dialog(), and editor_map::t. Referenced by map_import_level(). |
|
|
Definition at line 34 of file map.c. References current_map_num, dialog_read_string(), draw_current_map(), load_dckye_level(), load_skye_level_r1(), load_skye_level_r2(), file_header::magic_bytes, map_delete(), map_insert(), file_header::num_levels, file_header::revision, set_current_map(), and show_dialog(). |
|
|
Definition at line 92 of file map.c. References current_map_num, default_map(), maps, num_maps, set_current_map(), and set_num_maps(). Referenced by map_import_level(). |
|
|
Definition at line 137 of file map.c. References current_map_num, maps, num_maps, and set_current_map(). Referenced by editing_state(). |
|
|
Definition at line 124 of file map.c. References current_map_num, maps, and set_current_map(). Referenced by editing_state(). |
|
|
Definition at line 16 of file map.c. References current_map_num, draw_current_map(), num_maps, and set_current_map(). Referenced by editing_state(). |
|
|
Definition at line 25 of file map.c. References current_map_num, draw_current_map(), and set_current_map(). Referenced by editing_state(). |
|
|
Definition at line 4 of file map.c. References enter_properties_state(). Referenced by editing_state(). |
|
|
Definition at line 10 of file map.c. References enter_resize_state(). |
1.3.6