#include "gx.hpp" void GXDestroyTexObj(GXTexObj* obj_) { auto* obj = reinterpret_cast(obj_); obj->ref.reset(); }