mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-23 09:04:21 +00:00
13 lines
148 B
C++
Executable file
13 lines
148 B
C++
Executable file
#pragma once
|
|
|
|
namespace al {
|
|
class IUseHioNode {
|
|
public:
|
|
// ??
|
|
};
|
|
|
|
class HioNode : public IUseHioNode {
|
|
public:
|
|
// ??
|
|
};
|
|
}; // namespace al
|