cave-story-solaris/src/Backends/Shared/SDL2.h
Clownacy 616b9cda9e Rearrange shader files
The old way just kind of mashed two approaches together.
2020-05-06 22:40:10 +01:00

8 lines
183 B
C

#pragma once
#include "SDL.h"
extern SDL_Window *window;
void ControllerBackend_JoystickConnect(Sint32 joystick_id);
void ControllerBackend_JoystickDisconnect(Sint32 joystick_id);