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