mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-02-04 20:56:10 +00:00
10 lines
168 B
C
10 lines
168 B
C
#ifndef CONTROLLER_SDL_H
|
|
#define CONTROLLER_SDL_H
|
|
|
|
#include "controller_api.h"
|
|
|
|
#define VK_BASE_SDL_GAMEPAD 0x1000
|
|
|
|
extern struct ControllerAPI controller_sdl;
|
|
|
|
#endif
|