1
0
Fork 0
mirror of https://github.com/gwm17/implot.git synced 2024-11-22 18:28:53 -05:00
This commit is contained in:
Evan Pezent 2021-09-07 20:24:34 -07:00
parent f1b86b9fe4
commit c40206f2ea
2 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,7 @@ You can read releases logs https://github.com/epezent/implot/releases for more d
#ifndef GImPlot
ImPlotContext* GImPlot = NULL;
#endif
//-----------------------------------------------------------------------------
// Struct Implementations
//-----------------------------------------------------------------------------

View File

@ -92,6 +92,7 @@ struct ImPlotNextPlotData;
//-----------------------------------------------------------------------------
// [SECTION] Context Pointer
//-----------------------------------------------------------------------------
#ifndef GImPlot
extern IMPLOT_API ImPlotContext* GImPlot; // Current implicit context pointer
#endif