aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/tile_map_editor_plugin.h
diff options
context:
space:
mode:
authorJuan Linietsky2014-04-19 16:46:52 -0300
committerJuan Linietsky2014-04-19 16:46:52 -0300
commita4c1fa12a54df2fe332db2ab08a03c844e4dcc93 (patch)
tree0e3fa1b801c174b1e56d81d2744be05361fbcd46 /tools/editor/plugins/tile_map_editor_plugin.h
parent0360b454a432dc851cc1c5b0c365049ebafcec46 (diff)
downloadgodot-a4c1fa12a54df2fe332db2ab08a03c844e4dcc93.tar.gz
godot-a4c1fa12a54df2fe332db2ab08a03c844e4dcc93.tar.zst
godot-a4c1fa12a54df2fe332db2ab08a03c844e4dcc93.zip
heck
Diffstat (limited to 'tools/editor/plugins/tile_map_editor_plugin.h')
-rw-r--r--tools/editor/plugins/tile_map_editor_plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/editor/plugins/tile_map_editor_plugin.h b/tools/editor/plugins/tile_map_editor_plugin.h
index cd037113b..2336507f1 100644
--- a/tools/editor/plugins/tile_map_editor_plugin.h
+++ b/tools/editor/plugins/tile_map_editor_plugin.h
@@ -92,10 +92,11 @@ class TileMapEditor : public HBoxContainer {
void _canvas_draw();
void _menu_option(int p_option);
- void _set_cell(const Point2i& p_pos,int p_value,bool p_flip_h=false, bool p_flip_v=false);
+ void _set_cell(const Point2i& p_pos, int p_value, bool p_flip_h=false, bool p_flip_v=false, bool p_with_undo=false);
void _canvas_mouse_enter();
void _canvas_mouse_exit();
+ void _tileset_settings_changed();
friend class TileMapEditorPlugin;