module godot.signal;

import godot.abi;

struct GodotSignal {
    package(godot) godot_signal _signal;
}