X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=plugins%2Fimageq2%2Fwal32.h;h=7cd31d3cffd6a39febe848f44b38d2be977abb63;hb=9dfae1c9b270ee369c6362903a9205b30751b95f;hp=25f6dac64788b1508f57bd3c1c5061459e22aafd;hpb=3c73487420fde8d4a3b5360d8b99e48132517900;p=xonotic%2Fnetradiant.git diff --git a/plugins/imageq2/wal32.h b/plugins/imageq2/wal32.h index 25f6dac6..7cd31d3c 100644 --- a/plugins/imageq2/wal32.h +++ b/plugins/imageq2/wal32.h @@ -23,8 +23,9 @@ #define INCLUDED_WAL32_H class Image; + class ArchiveFile; -Image* LoadM32( ArchiveFile& file ); +Image *LoadM32(ArchiveFile &file); #endif