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