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