Program Listing for File object.h

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

#pragma once

#ifdef SOTA_GDEXTENSION
#include "godot_cpp/classes/object.hpp"

using Object = godot::Object;
#else
#include "core/object/object.h"

using Object = Object;
#endif