mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-30 20:44:54 +00:00
8 lines
145 B
C++
8 lines
145 B
C++
#include "Project/Controller/PadRumbleKeeper.h"
|
|
|
|
namespace al {
|
|
|
|
PadRumbleKeeper::PadRumbleKeeper(s32 port) : mPort(port) {}
|
|
|
|
} // namespace al
|