We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This file needs tweaking to move dependent components into .cpp. I think it should be doable, just a minor change.
.cpp
FLAMEGPU2-visualiser/include/flamegpu/visualiser/config/ImGuiWidgets.h
Line 24 in 3c4d209
Then inside src/CMakeLists.txt ImGui can be changed to private (look for "# imgui must be public as the headers are visible in flamegpu/FLAMEGPU2").
src/CMakeLists.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This file needs tweaking to move dependent components into
.cpp
. I think it should be doable, just a minor change.FLAMEGPU2-visualiser/include/flamegpu/visualiser/config/ImGuiWidgets.h
Line 24 in 3c4d209
Then inside
src/CMakeLists.txt
ImGui can be changed to private (look for "# imgui must be public as the headers are visible in flamegpu/FLAMEGPU2").The text was updated successfully, but these errors were encountered: