#pragma once namespace kanban { void draw_board(); void draw_flows(); void draw_filters(); void draw_detail(); } // namespace kanban