mirror of
https://github.com/gwm17/implot.git
synced 2024-11-14 06:58:50 -05:00
more flexible custom context management (#281)
This commit is contained in:
parent
0fb3346a7a
commit
14d4c96d0c
|
@ -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