1
0
Fork 0
mirror of https://github.com/gwm17/implot.git synced 2024-11-23 02:38:53 -05:00

gaurd IMPLOT_DISABLE_OBSOLETE_FUNCTIONS in implot_demo.cpp

This commit is contained in:
Evan Pezent 2022-05-08 10:40:27 -05:00
parent 947c2c02e4
commit 3dd7e75c7d

View File

@ -22,7 +22,6 @@
// ImPlot v0.13 WIP // ImPlot v0.13 WIP
// We define this so that the demo does not accidentally use deprecated API
// We define this so that the demo does not accidentally use deprecated API // We define this so that the demo does not accidentally use deprecated API
#ifndef IMPLOT_DISABLE_OBSOLETE_FUNCTIONS #ifndef IMPLOT_DISABLE_OBSOLETE_FUNCTIONS
#define IMPLOT_DISABLE_OBSOLETE_FUNCTIONS #define IMPLOT_DISABLE_OBSOLETE_FUNCTIONS