X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=plugins%2Fimage%2Ftga.h;h=c67fea3066c8a159ed656d9e035b98746a330094;hp=226a997ce76d81d195c0eddab41dadec9a1ec295;hb=cd6613e5171544b68d4ae70546c90a15c99b22a5;hpb=cd7ff1a1798cfae5d14811a310f56d2f1908490b diff --git a/plugins/image/tga.h b/plugins/image/tga.h index 226a997c..c67fea30 100644 --- a/plugins/image/tga.h +++ b/plugins/image/tga.h @@ -23,9 +23,8 @@ #define INCLUDED_TGA_H class Image; - class ArchiveFile; -Image *LoadTGA(ArchiveFile &file); +Image* LoadTGA( ArchiveFile& file ); #endif