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 b4b6841 commit c2f717c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/KingSystem/ActorSystem/AS/ASList.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
#pragma once
#include "KingSystem/ActorSystem/actActor.h"
namespace ksys::as {
class ASList{
class ASList {
public:
void startAnimationMaybe( f32 a2, f32 a3, const sead::SafeString& animation, int a5, int a6, bool a7);
bool goLimpFromHeadShotMaybe(u32 a1, const sead::SafeString& a2, u32 a3); // x_8
s64 x_2(u32 a1, int a2, bool m, u32 a4);
u8 sub_710115D3B8();
void startAnimationMaybe(f32 a2, f32 a3, const sead::SafeString& animation, int a5, int a6,
bool a7);
bool goLimpFromHeadShotMaybe(u32 a1, const sead::SafeString& a2, u32 a3); // x_8
s64 x_2(u32 a1, int a2, bool m, u32 a4);
u8 sub_710115D3B8();
};

} //namespace ksys::as
} // namespace ksys::as

0 comments on commit c2f717c

Please sign in to comment.