mirror of
https://github.com/gwm17/implot.git
synced 2024-11-23 02:38:53 -05:00
Update implot_demo.cpp
This commit is contained in:
parent
c227265210
commit
e7d0b182be
|
@ -21,6 +21,9 @@
|
|||
// SOFTWARE.
|
||||
|
||||
// ImPlot v0.1 WIP
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning (disable: 4996) // 'This function or variable may be unsafe': strcpy, strdup, sprintf, vsnprintf, sscanf, fopen
|
||||
#endif
|
||||
|
||||
#include <implot.h>
|
||||
#include <math.h>
|
||||
|
|
Loading…
Reference in New Issue
Block a user