]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/image/bmp.h
Revert partially (auto) "reformat code! now the code is only ugly on the *inside*"
[xonotic/netradiant.git] / plugins / image / bmp.h
index 043c289ffca71026ce26acc257ed3824c36441cb..bbb0714e5742165c2bb9478093194c3db4deeacf 100644 (file)
@@ -23,9 +23,8 @@
 #define INCLUDED_BMP_H
 
 class Image;
-
 class ArchiveFile;
 
-Image *LoadBMP(ArchiveFile &file);
+Image* LoadBMP( ArchiveFile& file );
 
 #endif