X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=plugins%2Fimagehl%2Fmip.h;h=ea11d8ff9f218db3884857e9ba3ead7b7b4dfe55;hb=f32d0142f9d3c220966cd608ed0082133f331de5;hp=9b134ec9df7b88ce69919cf42ec1ac5dab0a34bb;hpb=02a51890a3d97a0e937fbb11071cf7c41cc00aa9;p=xonotic%2Fnetradiant.git diff --git a/plugins/imagehl/mip.h b/plugins/imagehl/mip.h index 9b134ec9..ea11d8ff 100644 --- a/plugins/imagehl/mip.h +++ b/plugins/imagehl/mip.h @@ -23,9 +23,8 @@ #define INCLUDED_MIP_H class Image; - class ArchiveFile; -Image *LoadMIP(ArchiveFile &file); +Image* LoadMIP( ArchiveFile& file ); #endif