瀏覽代碼

Update rlImGui.h

SplatTab 3 年之前
父節點
當前提交
e889f8c80a
共有 1 個文件被更改,包括 1 次插入0 次删除
  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);