mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-12-03 00:17:29 +00:00
9 lines
219 B
C
9 lines
219 B
C
|
#pragma once
|
||
|
|
||
|
#include "al/gamepad/util.h"
|
||
|
|
||
|
class ControllerAppletFunction {
|
||
|
public:
|
||
|
void connectControllerSinglePlay(al::GamePadSystem *);
|
||
|
void connectControllerSeparatePlay(al::GamePadSystem *);
|
||
|
};
|