AppleWin/source/frontends/sdl/imgui/settingshelper.h
Andrea Odetti c416eee9df sa2: add namespace and remove tabs.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-02-25 16:31:24 +00:00

16 lines
265 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);
}