# MSVC ABI compatibility blocklist for ImPlot
# Functions that return small structs by value and cause ABI issues on MSVC

# ImPlot functions that return ImVec2 by value
ImPlot_GetPlotPos
ImPlot_GetPlotSize
ImPlot_PixelsToPlot.*
ImPlot_PlotToPixels.*

# ImPlot functions that return ImPlotPoint by value
ImPlot_GetPlotMousePos.*

# ImPlot functions that return ImPlotRect by value
ImPlot_GetPlotLimits.*
