Function makeObjWrapper

#include <Geode/utils/cocos.hpp>template<typename T>geode::ObjWrapper<T>*makeObjWrapper(
T&&value
)

Create an ObjWrapper without having to specify the template argument

Parameters

value

The value to pass into ObjWrapper::create
Return value
The created ObjWrapper
Examples0