2015-05-24 04:55:12 +00:00
|
|
|
// Copyright 2010 Dolphin Emulator Project
|
2021-07-05 01:22:19 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
2014-02-10 18:54:46 +00:00
|
|
|
|
|
|
|
#pragma once
|
2010-04-02 02:48:24 +00:00
|
|
|
|
2022-10-22 21:13:35 +00:00
|
|
|
#include "InputCommon/ControllerInterface/InputBackend.h"
|
2017-11-09 22:06:58 +00:00
|
|
|
|
2019-06-17 20:39:24 +00:00
|
|
|
namespace ciface::SDL
|
2010-04-02 02:48:24 +00:00
|
|
|
{
|
2022-10-22 21:13:35 +00:00
|
|
|
std::unique_ptr<ciface::InputBackend> CreateInputBackend(ControllerInterface* controller_interface);
|
2019-06-17 20:39:24 +00:00
|
|
|
} // namespace ciface::SDL
|