aboutsummaryrefslogtreecommitdiff
path: root/src/ui/controls/button.hpp
blob: 010c3f5bb5a23ab2cb31c85c3f317dbcb955fec9 (plain)
1
2
3
4
5
6
7
8
#pragma once
#include "pre.hpp"

#include "ui/control.hpp"

namespace cru::ui::controls {

}