]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/image.h
Revert partially (auto) "reformat code! now the code is only ugly on the *inside*"
[xonotic/netradiant.git] / radiant / image.h
index b05323bbd300de5cdae572469af8f9e42e8793b0..fe0c8e6d3b37b3d552fe541b45d398c3e96313e7 100644 (file)
@@ -23,7 +23,6 @@
 #define INCLUDED_IMAGE_H
 
 class Image;
-
-Image *QERApp_LoadImage(void *environment, const char *name);
+Image* QERApp_LoadImage( void* environment, const char* name );
 
 #endif