sm64pc/src/pc/controller/controller_sdl.h

9 lines
132 B
C
Raw Permalink Normal View History

2020-05-07 18:21:22 +00:00
#ifndef CONTROLLER_SDL_H
#define CONTROLLER_SDL_H
#include "controller_api.h"
extern struct ControllerAPI controller_sdl;
#endif