Missing declaration for a part I accidentally committed earlier, meant to commit later

This commit is contained in:
Marc Gilleron 2020-07-07 18:53:54 +01:00
parent 00fdd263c4
commit 709ebbe056

View File

@ -116,6 +116,7 @@ private:
// TODO Only exists because the UndoRedo API is confusing `null` with `absence of argument`...
// See https://github.com/godotengine/godot/issues/36895
void _b_set_node_param_null(int node_id, int param_index);
float _b_generate_single(Vector3 pos);
static void _bind_methods();