mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-25 12:45:17 +00:00
16 lines
171 B
C
16 lines
171 B
C
|
#pragma once
|
||
|
|
||
|
namespace al
|
||
|
{
|
||
|
class IUseHioNode
|
||
|
{
|
||
|
public:
|
||
|
// ??
|
||
|
};
|
||
|
|
||
|
class HioNode : public IUseHioNode
|
||
|
{
|
||
|
public:
|
||
|
// ??
|
||
|
};
|
||
|
};
|