aboutsummaryrefslogtreecommitdiff
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
}