index
:
brussel
imgui-docking
master
master-switch-to-build2
master-ui-framework
Experimental game engine & playground Some features: - multi-keyboard-based local multiplayer - C++ codegen infrastructure - interesting(???) utilities
rtk0c
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
App.cpp
blob: 35fb5f7e749ffaa0009ecbd833562dd019042d13 (
plain
)
1
2
3
4
5
6
7
#include "App.hpp" #include <imgui.h> void App::Show() { // Application goes here }