shithub: cstory

ref: f9e96e2608b3c2e1f9027c1dba5de5ff2a592e68
dir: /src/Backends/Shared/SDL.h/

View raw version
#pragma once

#include "SDL.h"

#if SDL_VERSION_ATLEAST(2, 0, 0)
extern SDL_Window *window;
#endif

void ControllerBackend_JoystickConnect(Sint32 joystick_id);
void ControllerBackend_JoystickDisconnect(Sint32 joystick_id);