.. _program_listing_file_src_tal_reference.h: Program Listing for File reference.h ==================================== |exhale_lsh| :ref:`Return to documentation for file ` (``src/tal/reference.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #pragma once #ifdef SOTA_GDEXTENSION #include "godot_cpp/classes/ref.hpp" #include "godot_cpp/classes/ref_counted.hpp" template using Ref = godot::Ref; using RefCounted = godot::RefCounted; #else #include "core/object/ref_counted.h" #endif