Add missing file
This commit is contained in:
parent
4d322be866
commit
daf5d3cc7e
1 changed files with 8 additions and 0 deletions
8
src/Backends/SDL2/Controller.h
Normal file
8
src/Backends/SDL2/Controller.h
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include "SDL.h"
|
||||||
|
|
||||||
|
#include "../../WindowsWrapper.h"
|
||||||
|
|
||||||
|
void ControllerBackend_JoystickConnect(Sint32 joystick_id);
|
||||||
|
void ControllerBackend_JoystickDisconnect(Sint32 joystick_id);
|
Loading…
Add table
Reference in a new issue