Skip to content

Commit

Permalink
Add compile pragma for imgui_tables.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
lmariscal committed Feb 18, 2021
1 parent 0bdf4e8 commit 78ed6d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/imgui.nim
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ else:
compile: "imgui/private/cimgui/imgui/imgui.cpp",
compile: "imgui/private/cimgui/imgui/imgui_draw.cpp",
compile: "imgui/private/cimgui/imgui/imgui_demo.cpp",
compile: "imgui/private/cimgui/imgui/imgui_widgets.cpp".}
compile: "imgui/private/cimgui/imgui/imgui_widgets.cpp",
compile: "imgui/private/cimgui/imgui/imgui_tables.cpp".}
{.pragma: imgui_header, header: currentSourceDir() & "/imgui/private/ncimgui.h".}

# Enums
Expand Down

0 comments on commit 78ed6d6

Please sign in to comment.