1
0
Fork 0
mirror of https://github.com/gwm17/implot.git synced 2024-10-09 23:57:26 -04:00

Update implot_demo.cpp

This commit is contained in:
Evan Pezent 2020-05-09 09:08:38 -05:00 committed by GitHub
parent c227265210
commit e7d0b182be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,9 @@
// SOFTWARE. // SOFTWARE.
// ImPlot v0.1 WIP // 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 <implot.h>
#include <math.h> #include <math.h>