11 #include "games/GameTypes.h"    12 #include "games/addons/GameClientCallbacks.h"    13 #include "peripherals/PeripheralTypes.h"    35   void StartAgentManager();
    36   void StopAgentManager();
    39   void SetSpeed(
double speed);
    40   void EnableInput(
bool bEnabled);
    44   void PollInput() 
override;
    52   PERIPHERALS::EventPollHandlePtr m_inputPollHandle;
    53   bool m_bEnabled = 
false;
    57   bool m_bAgentManagerStarted{
false};
 
Definition: RetroPlayerInput.h:15
Definition: AudioDecoder.h:18
std::shared_ptr< CGameClient > GameClientPtr
Smart pointer to a game client (CGameClient) 
Definition: GameTypes.h:29
Player process info. 
Definition: RPProcessInfo.h:80
Definition: Peripherals.h:56