forked from nimgl/nimgl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed nimgl#19 changing decl status for procs in imgui and other misc…
… data types incompatibility issues
- Loading branch information
Showing
7 changed files
with
76 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule cimgui
updated
14 files
+10 −3 | Makefile | |
+2 −2 | README.md | |
+29 −29 | cimgui.cpp | |
+10 −9 | cimgui.h | |
+1 −1 | generator/cpp2ffi.lua | |
+5 −0 | generator/generator2.lua | |
+29 −29 | generator/output/cimgui.cpp | |
+10 −9 | generator/output/cimgui.h | |
+40 −31 | generator/output/definitions.json | |
+37 −31 | generator/output/definitions.lua | |
+26 −26 | generator/output/overloads.txt | |
+5 −0 | generator/output/structs_and_enums.json | |
+20 −16 | generator/output/structs_and_enums.lua | |
+1 −1 | imgui |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#include "imgui/imgui.h" | ||
#include "cimgui.h" | ||
|
||
// Should open an issue in cimgui about this... | ||
// This isn't best practice in c++ so bear with me. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters