mirror of
https://github.com/gwm17/implot.git
synced 2024-11-26 12:18:52 -05: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);
|
||||
}
|
||||
|
||||
} // namespace ImPlot
|
||||
} // namespace ImPlot
|
|
@ -792,4 +792,4 @@ void ShowDemoWindow(bool* p_open) {
|
|||
ImGui::End();
|
||||
}
|
||||
|
||||
} // namespace ImPlot
|
||||
} // namespace ImPlot
|
Loading…
Reference in New Issue
Block a user