Jelajahi Sumber

Update rlImGui.h

SplatTab 3 tahun lalu
induk
melakukan
e889f8c80a
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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);