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