#pragma once #include "core/Object.hpp" namespace tp::obj { struct NullObject : Object { static ObjectType TypeData; }; }