We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e552f63 + 5bcf558 commit b10e917Copy full SHA for b10e917
.gitignore
@@ -1,2 +1,6 @@
1
build/
2
-.*/
+.*/
3
+*.vcxproj.user
4
+example/x64/
5
+example/x86/
6
+example/imgui.ini
example/main.cpp
@@ -34,7 +34,7 @@
34
#include "ImZoomSlider.h"
35
#include "ImCurveEdit.h"
36
#include "GraphEditor.h"
37
-#include <math.h>
+#include <cmath>
38
#include <vector>
39
#include <algorithm>
40
vcpkg-example/main.cpp
@@ -10,7 +10,7 @@
10
11
12
13
14
15
16
0 commit comments