mirror of
https://github.com/zeldaret/tp
synced 2026-07-28 23:27:42 -04:00
Sakuita rope Matching (#2470)
* Change dComIfGp_getAttention to return a pointer * d_a_obj_sakuita_rope Matching
This commit is contained in:
@@ -21,6 +21,15 @@ int PrmAbstract(const fopAc_ac_c* i_actor, T i_prmA, T i_prmB) {
|
||||
u32 param = fopAcM_GetParam(i_actor);
|
||||
return ((1 << i_prmA) - 1) & (param >> i_prmB);
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
class HioVarious_c {
|
||||
public:
|
||||
static void init(JORReflexible*, const char*);
|
||||
static void clean(JORReflexible*);
|
||||
};
|
||||
#endif
|
||||
|
||||
}; // namespace daObj
|
||||
|
||||
#endif /* D_A_D_A_OBJ_H */
|
||||
|
||||
Reference in New Issue
Block a user