]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/gtkutil/image.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / libs / gtkutil / image.h
index 6a8d419b2087f3dcdf5b9a353360008aa19436ba..6604df2ebed68cd18f6746fe3cf94c6043b545cb 100644 (file)
 #if !defined( INCLUDED_GTKUTIL_IMAGE_H )
 #define INCLUDED_GTKUTIL_IMAGE_H
 
-void BitmapsPath_set( const char* path );
+void BitmapsPath_set(const char *path);
 
 typedef struct _GdkPixbuf GdkPixbuf;
 
-GdkPixbuf* pixbuf_new_from_file_with_mask( const char* filename );
-ui::Image image_new_from_file_with_mask( const char* filename );
+GdkPixbuf *pixbuf_new_from_file_with_mask(const char *filename);
+
+ui::Image image_new_from_file_with_mask(const char *filename);
+
 ui::Image image_new_missing();
-ui::Image new_image( const char* filename ); // filename is full path to image file
-ui::Image new_local_image( const char* filename ); // filename is relative to local bitmaps path
+
+ui::Image new_image(const char *filename); // filename is full path to image file
+ui::Image new_local_image(const char *filename); // filename is relative to local bitmaps path
 
 #endif