9 lines
142 B
C++
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);
|
|
}
|