2023-03-01 23:53:58 +01:00

9 lines
142 B
C++

#pragma once
namespace motd
{
int get_num_featured_tabs();
nlohmann::json get_motd();
nlohmann::json get_featured_tab(const int index);
}