-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updating some test code for compiling
- Loading branch information
Tristan Walter
committed
Sep 23, 2023
1 parent
1ed8122
commit c65b4a1
Showing
3 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
Submodule commons
updated
11 files
+31 −0 | common/gui/DynamicGUI.cpp | |
+12 −14 | common/gui/DynamicGUI.h | |
+4 −0 | common/gui/IMGUIBase.cpp | |
+2 −0 | common/gui/IMGUIBase.h | |
+2 −0 | common/gui/types/Entangled.cpp | |
+1 −1 | common/gui/types/Entangled.h | |
+159 −20 | common/gui/types/Layout.cpp | |
+51 −1 | common/gui/types/Layout.h | |
+3 −2 | common/misc/CommandLine.cpp | |
+45 −26 | examples/test_gui.cpp | |
+5 −33 | examples/test_gui.json |
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