AppleWin/source/frontends/sdl/imgui/settingshelper.h
Andrea Odetti dc9bd91f84 Add some more ImGui example settings.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-02-07 19:23:33 +00:00

11 lines
239 B
C++

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