mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-06 18:51:02 -04:00
Clean up comments
This commit is contained in:
@@ -57,7 +57,7 @@ class daBomb_c : public fopAc_ac_c {
|
||||
public:
|
||||
typedef bool(daBomb_c::*procFunc)();
|
||||
|
||||
daBomb_c();
|
||||
daBomb_c() {}
|
||||
|
||||
void draw_norm();
|
||||
void draw_nut();
|
||||
|
||||
@@ -2,13 +2,14 @@
|
||||
#define D_A_MAGMA_H
|
||||
|
||||
#include "f_op/f_op_actor.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
#include "SSystem/SComponent/c_phase.h"
|
||||
|
||||
class daMagma_c : public fopAc_ac_c {
|
||||
public:
|
||||
inline ~daMagma_c();
|
||||
inline s32 create();
|
||||
inline s32 getPathNo();
|
||||
inline s32 getPathNo() { return fopAcM_GetParam(this); }
|
||||
|
||||
public:
|
||||
/* 0x290 */ request_of_phase_process_class mPhs;
|
||||
|
||||
@@ -2,13 +2,14 @@
|
||||
#define D_A_SPOTBOX_H
|
||||
|
||||
#include "f_op/f_op_actor.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
class daSpotbox_c : public fopAc_ac_c {
|
||||
public:
|
||||
inline s32 create();
|
||||
inline BOOL draw();
|
||||
inline BOOL execute();
|
||||
inline u32 getType();
|
||||
inline u32 getType() { return fopAcM_GetParam(this) & 1; }
|
||||
|
||||
public:
|
||||
/* 0x290 */ Mtx mMtx;
|
||||
|
||||
Reference in New Issue
Block a user