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