Add find_surface_nodes_in_area LUA call which permit to only get the nodes which...
[oweals/minetest.git] / src / touchscreengui.h
index 8dc4820345660e16fd600dcc3dd4c79fedffc212..4fe731513d24931860ef5fad3f0d2ca39675141f 100644 (file)
@@ -38,10 +38,17 @@ typedef enum {
        backward_id,
        left_id,
        right_id,
+       inventory_id,
+       drop_id,
        jump_id,
        crunch_id,
-       inventory_id,
+       fly_id,
+       noclip_id,
+       fast_id,
+       debug_id,
        chat_id,
+       camera_id,
+       range_id,
        after_last_element_id
 } touch_gui_button_id;