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