mirror of
https://github.com/gwm17/implot.git
synced 2024-11-22 18:28:53 -05:00
Merge branch 'master' of https://github.com/epezent/implot
This commit is contained in:
commit
f1b86b9fe4
|
@ -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
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user