mirror of
https://github.com/gwm17/implot.git
synced 2025-04-22 00:18:49 -04:00
Merge branch 'master' into master
This commit is contained in:
commit
c71f893aeb
32
.gitignore
vendored
32
.gitignore
vendored
|
@ -1,32 +0,0 @@
|
||||||
# Prerequisites
|
|
||||||
*.d
|
|
||||||
|
|
||||||
# Compiled Object files
|
|
||||||
*.slo
|
|
||||||
*.lo
|
|
||||||
*.o
|
|
||||||
*.obj
|
|
||||||
|
|
||||||
# Precompiled Headers
|
|
||||||
*.gch
|
|
||||||
*.pch
|
|
||||||
|
|
||||||
# Compiled Dynamic libraries
|
|
||||||
*.so
|
|
||||||
*.dylib
|
|
||||||
*.dll
|
|
||||||
|
|
||||||
# Fortran module files
|
|
||||||
*.mod
|
|
||||||
*.smod
|
|
||||||
|
|
||||||
# Compiled Static libraries
|
|
||||||
*.lai
|
|
||||||
*.la
|
|
||||||
*.a
|
|
||||||
*.lib
|
|
||||||
|
|
||||||
# Executables
|
|
||||||
*.exe
|
|
||||||
*.out
|
|
||||||
*.app
|
|
|
@ -2661,4 +2661,4 @@ void Digital(const char* label_id, ImVec2 (*getter_func)(void* data, int idx), v
|
||||||
return PlotDigitalEx(label_id, getter, count, offset);
|
return PlotDigitalEx(label_id, getter, count, offset);
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace ImPlot
|
} // namespace ImPlot
|
|
@ -792,4 +792,4 @@ void ShowDemoWindow(bool* p_open) {
|
||||||
ImGui::End();
|
ImGui::End();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace ImPlot
|
} // namespace ImPlot
|
Loading…
Reference in New Issue
Block a user