mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-05-12 10:18:16 +00:00
9 lines
205 B
C++
9 lines
205 B
C++
#pragma once
|
|
|
|
#include "al/gamepad/util.h"
|
|
|
|
class ControllerAppletFunction {
|
|
public:
|
|
void connectControllerSinglePlay(al::GamePadSystem*);
|
|
void connectControllerSeparatePlay(al::GamePadSystem*);
|
|
}; |