mirror of
https://github.com/zeldaret/ph
synced 2026-05-23 15:01:37 -04:00
15 lines
257 B
C++
15 lines
257 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
#include "System/SysNew.hpp"
|
|
#include "Player/PlayerLink.hpp"
|
|
|
|
class LinkStateHandler : public SysObject {
|
|
/* 0 (vtable) */
|
|
/* 4 */ unk32 mSubState;
|
|
/* 8 */ PlayerLink *mLink;
|
|
/* c */
|
|
};
|