Program Listing for File callable.h

Return to documentation for file (src/tal/callable.h)

#pragma once

#ifdef SOTA_GDEXTENSION
#include "godot_cpp/variant/callable.hpp"

using Callable = godot::Callable;
#else
#endif