ui/ui/image.h

branch
newapi
changeset 215
1bd5534c395d
parent 146
dd0ae1c62a72
--- a/ui/ui/image.h	Fri Oct 13 11:26:47 2023 +0200
+++ b/ui/ui/image.h	Fri Oct 13 15:20:54 2023 +0200
@@ -35,6 +35,13 @@
 extern "C" {
 #endif
 
+	/*
+UIEXPORT UiIcon* ui_icon(const char* name, size_t size);
+UIEXPORT UiIcon* ui_imageicon(const char* file);
+UIEXPORT void ui_icon_free(UiIcon* icon);
+*/
+
+/*
 UiIcon* ui_icon(const char *name, int size);
 UiIcon* ui_icon_unscaled(const char *name, int size);
 void ui_free_icon(UiIcon *icon);
@@ -44,6 +51,7 @@
 UiImage* ui_named_image(const char *filename, const char *name);
 UiImage* ui_load_image_from_path(const char *path, const char *name);
 void ui_free_image(UiImage *img);
+*/
 
 
 #ifdef __cplusplus

mercurial