File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ You can read releases logs https://github.com/epezent/implot/releases for more d
8888#ifndef GImPlot
8989ImPlotContext* GImPlot = NULL ;
9090#endif
91+
9192// -----------------------------------------------------------------------------
9293// Struct Implementations
9394// -----------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ struct ImPlotNextPlotData;
9292// -----------------------------------------------------------------------------
9393// [SECTION] Context Pointer
9494// -----------------------------------------------------------------------------
95+
9596#ifndef GImPlot
9697extern IMPLOT_API ImPlotContext* GImPlot; // Current implicit context pointer
9798#endif
You can’t perform that action at this time.
0 commit comments