mirror of
https://github.com/zeldaret/tp
synced 2026-07-08 22:44:44 -04:00
@@ -2,5 +2,17 @@
|
||||
#define D_A_TAG_ARENA_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
class daTagArena_c : public fopAc_ac_c {
|
||||
public:
|
||||
int create() {
|
||||
if (!fopAcM_CheckCondition(this, 8)) {
|
||||
new (this) daTagArena_c();
|
||||
fopAcM_OnCondition(this, 8);
|
||||
}
|
||||
return cPhs_COMPLEATE_e;
|
||||
}
|
||||
};
|
||||
|
||||
#endif /* D_A_TAG_ARENA_H */
|
||||
|
||||
Reference in New Issue
Block a user