14 lines
190 B
C++
Executable File
14 lines
190 B
C++
Executable File
|
|
#include "galaxy_menu.h"
|
|
|
|
GalaxyMenu::GalaxyMenu()
|
|
{
|
|
}
|
|
|
|
GalaxyMenu::~GalaxyMenu()
|
|
{
|
|
}
|
|
|
|
void GalaxyMenu::InitGalaxyMenu(std::string config) {
|
|
/*...Read ptree from config...*/
|
|
} |