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