enum ImPlotCond_

#include <implot.h>

enum ImPlotCond_
{
    ImPlotCond_None   = ImGuiCond_None,
    ImPlotCond_Always = ImGuiCond_Always,
    ImPlotCond_Once   = ImGuiCond_Once,
};