Files
st/include/Actor/ActorUnkSWON.hpp
T
Alessevan 1a098fe4b9 Decompilation of ActorUnkSWON (#79)
* feat: decompiling ActorUnkSnow

* feat: rename function to vfunc_18

* refactor: remove unused ActorUnkSWON_c4

* refactor: use union field

Co-authored-by: Yanis <35189056+Yanis002@users.noreply.github.com>

* mark as completed and match jp

* fix build issues

---------

Co-authored-by: Yanis <35189056+Yanis002@users.noreply.github.com>
2026-06-16 17:12:01 +02:00

30 lines
548 B
C++

#pragma once
#include "Actor/Actor.hpp"
#include "Actor/ActorProfile.hpp"
#include "global.h"
#include "types.h"
class ActorUnkSWON : public Actor {
public:
/* 00 (base) */
/* 94 */
ActorUnkSWON();
/* 18 */ virtual bool vfunc_18(unk32 param_1) override;
/* 4C */ virtual ~ActorUnkSWON() override;
};
class ActorProfileUnkSWON : public ActorProfile {
public:
/* 00 (base) */
ActorProfileUnkSWON();
~ActorProfileUnkSWON();
/* 0C */ virtual Actor *Create();
static ActorProfileUnkSWON *GetProfile();
};