summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu/Control/Output.h
blob: 7970c26ad0a6ca3836b3e3bffa1060c499b1a416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright 2017 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include <string>
#include "InputCommon/ControllerEmu/Control/Control.h"

namespace ControllerEmu
{
class Output : public Control
{
public:
  Output(Translatability translate, const std::string& name);
};
}  // namespace ControllerEmu