GPR5100 - Rollback
Loading...
Searching...
No Matches
input_manager.h
1#pragma once
2#include "game/game_globals.h"
3
4namespace game
5{
11PlayerInput GetPlayerInput(int index);
12
13}