mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-27 19:14:06 +00:00
13 lines
242 B
C++
13 lines
242 B
C++
#pragma once
|
|
|
|
#include "Library/MapObj/FixMapParts.h"
|
|
|
|
namespace al {
|
|
class OneMeshFixMapParts : public FixMapParts {
|
|
public:
|
|
OneMeshFixMapParts(const char* name);
|
|
|
|
void init(const ActorInitInfo& info) override;
|
|
};
|
|
} // namespace al
|