mirror of
https://github.com/gwm17/implot.git
synced 2024-11-22 18:28:53 -05:00
gaurd IMPLOT_DISABLE_OBSOLETE_FUNCTIONS in implot_demo.cpp
This commit is contained in:
parent
32a4617cd6
commit
947c2c02e4
|
@ -23,7 +23,10 @@
|
|||
// 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
|
||||
#ifndef IMPLOT_DISABLE_OBSOLETE_FUNCTIONS
|
||||
#define IMPLOT_DISABLE_OBSOLETE_FUNCTIONS
|
||||
#endif
|
||||
|
||||
#include "implot.h"
|
||||
#include <math.h>
|
||||
|
|
Loading…
Reference in New Issue
Block a user