Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bomba1749 committed Mar 13, 2024
1 parent ddd0025 commit e407986
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/KingSystem/ActorSystem/actActor.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ namespace gsys {
class Model;
} // namespace gsys

namespace uking::dmg{
namespace uking::dmg {
class DamageManagerBase;
} // namespace uking::dmg
} // namespace uking::dmg

namespace ksys {

namespace as {
class ASList;
} //namespace as
} // namespace as

namespace map {
class Object;
Expand Down Expand Up @@ -150,7 +150,7 @@ class Actor : public BaseProc, public ActorMessageTransceiver::IHandler {
phys::RigidBody* getMainBody() const { return mMainBody; }
phys::RigidBody* getTgtBody() const { return mTgtBody; }

const MesTransceiverId* getMesTransceiverId() const { return mMsgTransceiver.getId(); }
const MesTransceiverId* getMesTransceiverId() const { return mMsgTransceiver.getId(); }
void sendMessage(const MesTransceiverId& dest, const MessageType& type, void* user_data,
bool ack);

Expand Down Expand Up @@ -294,6 +294,7 @@ const MesTransceiverId* getMesTransceiverId() const { return mMsgTransceiver.get

sead::Atomic<bool>& get68f() { return _68f; }
float get6f0() const { return _6f0; }

void emitBasicSigOn();
void emitBasicSigOff();
bool checkBasicSig() const;
Expand Down

0 comments on commit e407986

Please sign in to comment.