#include using namespace geode::prelude; #include struct FunctionQueue : Modify { void update(float dt) { LoaderImpl::get()->executeGDThreadQueue(); return CCScheduler::update(dt); } };