Map session to gamepads

This commit is contained in:
loki
2020-03-15 21:22:42 +01:00
parent e0721aa104
commit 92f51622cc
7 changed files with 139 additions and 94 deletions
-5
View File
@@ -11,10 +11,6 @@
#include "audio.h"
#include "crypto.h"
namespace input {
struct input_t;
}
namespace stream {
struct session_t;
struct config_t {
@@ -41,7 +37,6 @@ void join(session_t &session);
state_e state(session_t &session);
}
extern std::shared_ptr<input::input_t> input;
extern safe::signal_t broadcast_shutdown_event;
}