mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
10 lines
No EOL
165 B
C++
10 lines
No EOL
165 B
C++
#pragma once
|
|
|
|
#include "RomFile/RomSettings.h"
|
|
|
|
namespace UI
|
|
{
|
|
void LoadRomPreferences(RomID mRomID);
|
|
bool DrawOptionsPage(RomID mRomID);
|
|
void DrawInGameMenu();
|
|
} |