AppleWin/source/frontends/sdl/imgui/settingshelper.h
Andrea Odetti 8499ccb692 Add info about g_nAppMode to settings.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-03-06 18:00:31 +00:00

17 lines
316 B
C++

#pragma once
#include "Card.h"
#include "CPU.h"
#include "Common.h"
#include <string>
namespace sa2
{
const std::string & getCardName(SS_CARDTYPE card);
const std::string & getApple2Name(eApple2Type type);
const std::string & getCPUName(eCpuType cpu);
const std::string & getModeName(AppMode_e mode);
}