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