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