#ifndef PATCH_UPS_H #define PATCH_UPS_H #include "util/common.h" struct Patch; bool loadPatchUPS(struct Patch* patch); #endif