mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-04 18:55:05 +00:00
9 lines
108 B
C++
9 lines
108 B
C++
#pragma once
|
|
|
|
namespace al
|
|
{
|
|
class LiveActorKit {
|
|
public:
|
|
|
|
};
|
|
} // namespace al
|