]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/imageq2/wal.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / plugins / imageq2 / wal.h
index dac84d12cb53d8675ac2db4ee1a60fe8889e6edf..a1980d37d49586bfba2093fda1cc2e1f320b1144 100644 (file)
 #define INCLUDED_WAL_H
 
 class Image;
+
 class ArchiveFile;
 
-Image* LoadWal( ArchiveFile& file );
-Image* LoadM8( ArchiveFile& file );
+Image *LoadWal(ArchiveFile &file);
+
+Image *LoadM8(ArchiveFile &file);
 
 #endif