Program Listing for File texture.h

Return to documentation for file (src/tal/texture.h)

#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