mirror of
https://github.com/zeldaret/st
synced 2026-08-05 09:34:10 -04:00
68a8721665
* feat: decompiling UnkNFSP * feat: matching jp .data and enhance .text * feat: match last function thx2yanis * fix: reorder functions and localize symbols * style: cleanup * style: move default case
47 lines
1.0 KiB
C++
47 lines
1.0 KiB
C++
//! TODO: This file was generated automatically and might contain errors
|
|
|
|
#pragma once
|
|
|
|
#include "Actor/Actor.hpp"
|
|
#include "Actor/ActorProfile.hpp"
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
class ActorUnkNSHD_C4 : public Actor_C4 {
|
|
public:
|
|
ActorUnkNSHD_C4(Actor *param1);
|
|
|
|
/* 00 */ virtual bool vfunc_00(ActorRef ref, unk32 param2) override;
|
|
/* 04 */ virtual bool vfunc_04() override;
|
|
/* 08 */ virtual void vfunc_08() override;
|
|
/* 0C */ virtual void vfunc_0C(unk32 param1) override;
|
|
};
|
|
|
|
class ActorUnkNSHD : public Actor {
|
|
public:
|
|
/* 00 (base) */
|
|
/* 94 */
|
|
|
|
ActorUnkNSHD();
|
|
|
|
/* 4C */ virtual ~ActorUnkNSHD() override;
|
|
|
|
void func_ov062_02158cc8(void);
|
|
void func_ov062_02158ce8(void);
|
|
void func_ov062_02158df4(void);
|
|
void func_ov062_02158e38(void);
|
|
void func_ov062_02158e4c(void);
|
|
};
|
|
|
|
class ActorProfileUnkNSHD : public ActorProfile {
|
|
public:
|
|
/* 00 (base) */
|
|
|
|
ActorProfileUnkNSHD();
|
|
~ActorProfileUnkNSHD();
|
|
|
|
/* 0C */ virtual Actor *Create();
|
|
|
|
static ActorProfileUnkNSHD *GetProfile();
|
|
};
|