Ver Fonte

Update rlImGui.h

SplatTab há 3 anos atrás
pai
commit
e889f8c80a
1 ficheiros alterados com 1 adições e 0 exclusões
  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);