enum ImPlotMarker_

#include <implot.h>

enum ImPlotMarker_
{
    ImPlotMarker_None       = -2,
    ImPlotMarker_Auto       = -1,
    ImPlotMarker_Circle,
    ImPlotMarker_Square,
    ImPlotMarker_Diamond,
    ImPlotMarker_Up,
    ImPlotMarker_Down,
    ImPlotMarker_Left,
    ImPlotMarker_Right,
    ImPlotMarker_Cross,
    ImPlotMarker_Plus,
    ImPlotMarker_Asterisk,
    ImPlotMarker_Vertical,
    ImPlotMarker_Horizontal,
    ImPlotMarker_COUNT,
};