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