Quellcode durchsuchen

Update rlImGui.h

SplatTab vor 3 Jahren
Ursprung
Commit
e889f8c80a
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      rlImGui.h

+ 1 - 0
rlImGui.h

@@ -49,6 +49,7 @@ void rlImGuiReloadFonts();
 
 // image API
 void rlImGuiImage(const Texture *image);
+bool rlImGuiImageButton(const Texture *image);
 void rlImGuiImageSize(const Texture *image, int width, int height);
 void rlImGuiImageRect(const Texture* image, int destWidth, int destHeight, Rectangle sourceRect);