9 lines
132 B
C
9 lines
132 B
C
|
#ifndef CONTROLLER_SDL_H
|
||
|
#define CONTROLLER_SDL_H
|
||
|
|
||
|
#include "controller_api.h"
|
||
|
|
||
|
extern struct ControllerAPI controller_sdl;
|
||
|
|
||
|
#endif
|