1
0
Fork 0
mirror of https://github.com/gwm17/implot.git synced 2024-11-13 22:48:50 -05:00

more flexible custom context management (#281)

This commit is contained in:
Dario Mambro 2021-08-28 16:00:47 +02:00 committed by GitHub
parent 0fb3346a7a
commit 14d4c96d0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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