mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 09:35:46 -04:00
Split MemoryCard and PadDevice (now Controller)
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
#pragma once
|
||||
#include "pad_device.h"
|
||||
#include "controller.h"
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <string_view>
|
||||
|
||||
class DigitalController final : public PadDevice
|
||||
class DigitalController final : public Controller
|
||||
{
|
||||
public:
|
||||
enum class Button : u8
|
||||
|
Reference in New Issue
Block a user