mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-18 01:05:13 +00:00
9 lines
172 B
C
9 lines
172 B
C
|
#pragma once
|
||
|
|
||
|
namespace al {
|
||
|
class GamePadSystem {
|
||
|
public:
|
||
|
void changeSinglePlayMode(void);
|
||
|
void changeMultiPlayMode(int, int);
|
||
|
};
|
||
|
}
|