diff --git a/Fex.hpp b/Fex.hpp index 894ebbf..3681b0f 100644 --- a/Fex.hpp +++ b/Fex.hpp @@ -48,7 +48,7 @@ struct Fex char Magic[4]; enum FexFormatType Type : 4; enum FexOSType OS : 4; - int (*Pointer)(struct KernelAPI *); + int (*Pointer)(void *); } __attribute__((packed)); struct FexExtended