mirror of
https://github.com/gwm17/implot.git
synced 2024-11-26 12:18:52 -05:00
spaces
This commit is contained in:
parent
f1b86b9fe4
commit
c40206f2ea
|
@ -88,6 +88,7 @@ You can read releases logs https://github.com/epezent/implot/releases for more d
|
||||||
#ifndef GImPlot
|
#ifndef GImPlot
|
||||||
ImPlotContext* GImPlot = NULL;
|
ImPlotContext* GImPlot = NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Struct Implementations
|
// Struct Implementations
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
|
@ -92,6 +92,7 @@ struct ImPlotNextPlotData;
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// [SECTION] Context Pointer
|
// [SECTION] Context Pointer
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#ifndef GImPlot
|
#ifndef GImPlot
|
||||||
extern IMPLOT_API ImPlotContext* GImPlot; // Current implicit context pointer
|
extern IMPLOT_API ImPlotContext* GImPlot; // Current implicit context pointer
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user