mirror of
https://github.com/n64decomp/sm64
synced 2026-04-25 00:23:43 +00:00
13 lines
158 B
C
13 lines
158 B
C
#ifndef CONTROLLER_WUP_H
|
|
#define CONTROLLER_WUP_H
|
|
|
|
#ifdef __linux__
|
|
|
|
#include "controller_api.h"
|
|
|
|
extern struct ControllerAPI controller_wup;
|
|
|
|
#endif
|
|
|
|
#endif
|