9 lines
142 B
C++
Raw Normal View History

2023-03-01 23:53:58 +01:00
#pragma once
namespace motd
{
int get_num_featured_tabs();
nlohmann::json get_motd();
nlohmann::json get_featured_tab(const int index);
}