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:20:25 -07:00
commit f1b86b9fe4
2 changed files with 4 additions and 2 deletions

View File

@ -85,8 +85,9 @@ You can read releases logs https://github.com/epezent/implot/releases for more d
#endif #endif
// Global plot context // Global plot context
#ifndef GImPlot
ImPlotContext* GImPlot = NULL; ImPlotContext* GImPlot = NULL;
#endif
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Struct Implementations // Struct Implementations
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View File

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