#ifndef PATCH_IPS_H #define PATCH_IPS_H struct Patch; int loadPatchIPS(struct Patch* patch); #endif