daedalus/Source/SysCTR/UI/RomSelector.h
2022-04-14 15:01:56 +10:00

8 lines
No EOL
81 B
C++

#pragma once
#include <string>
namespace UI
{
std::string DrawRomSelector();
}