mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
WiimoteEmu: Code cleanups.
This commit is contained in:
@ -10,14 +10,22 @@
|
||||
#include <string>
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Core/HW/WiimoteCommon/DataReport.h"
|
||||
#include "Core/HW/WiimoteEmu/Encryption.h"
|
||||
|
||||
struct BootParameters;
|
||||
|
||||
struct GCPadStatus;
|
||||
class PointerWrap;
|
||||
|
||||
namespace WiimoteCommon
|
||||
{
|
||||
class DataReportBuilder;
|
||||
}
|
||||
|
||||
namespace WiimoteEmu
|
||||
{
|
||||
class EncryptionKey;
|
||||
}
|
||||
|
||||
// Per-(video )Movie actions
|
||||
|
||||
namespace Movie
|
||||
|
Reference in New Issue
Block a user