Render96ex/src/pc/controller/controller_sdl.h

11 lines
168 B
C
Raw Normal View History

2020-05-07 14:21:22 -04:00
#ifndef CONTROLLER_SDL_H
#define CONTROLLER_SDL_H
#include "controller_api.h"
#define VK_BASE_SDL_GAMEPAD 0x1000
2020-05-07 14:21:22 -04:00
extern struct ControllerAPI controller_sdl;
#endif