mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
8 lines
No EOL
81 B
C++
8 lines
No EOL
81 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace UI
|
|
{
|
|
std::string DrawRomSelector();
|
|
} |