aboutsummaryrefslogtreecommitdiff
path: root/src/ui/events/ui_event.cpp
blob: ee3a68dc04ca88792105efb87fd7d073af3de525 (plain)
1
2
3
4
5
6
7
#include "ui_event.hpp"

#include "ui/control.hpp"

namespace cru::ui::events
{
}