sm64pc/src/pc/controller/controller_gamebridge.h

9 lines
153 B
C
Raw Normal View History

2020-05-08 20:59:08 +00:00
#ifndef CONTROLLER_GAMEBRIDGE_H
#define CONTROLLER_GAMEBRIDGE_H
#include "controller_api.h"
extern struct ControllerAPI controller_gamebridge;
#endif