Program Listing for File tmath.h

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

#pragma once

#ifdef SOTA_GDEXTENSION

#include "godot_cpp/core/math.hpp"

namespace Math = godot::Math;

#else

#include "core/math/math_funcs.h"

#endif