mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-07-16 03:11:17 +00:00
8 lines
132 B
C
8 lines
132 B
C
#ifndef CONTROLLER_SDL_H
|
|
#define CONTROLLER_SDL_H
|
|
|
|
#include "controller_api.h"
|
|
|
|
extern struct ControllerAPI controller_sdl;
|
|
|
|
#endif
|