summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2021-02-17 12:10:21 -0500
committerPheenoh <pheenoh@gmail.com>2021-02-17 12:10:21 -0500
commite262f2c2243eae5a962a95b981f627bb12418d60 (patch)
tree05c680611e6930494a74bb273c4cbea81db78fef /include
parent9ed5e03d253d462bac6304bcc17639ad30d7592b (diff)
fopOvlpReq_phase_Create OK
Diffstat (limited to 'include')
-rw-r--r--include/f/f_op/f_op_overlap_req.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/f/f_op/f_op_overlap_req.h b/include/f/f_op/f_op_overlap_req.h
index 48839c99ff..fbc097a316 100644
--- a/include/f/f_op/f_op_overlap_req.h
+++ b/include/f/f_op/f_op_overlap_req.h
@@ -2,6 +2,7 @@
#define F_F_OP_OVERLAP_REQ_H_
#include "SComponent/c_request.h"
+#include "f/f_pc/f_pc_layer.h"
#include "dolphin/types.h"
class overlap_request_class {
@@ -13,8 +14,7 @@ public:
u16 field_0x6;
u32 field_0x8;
u32 field_0xc;
- u8 field_0x10;
- u8 field_0x11;
+ s16 field_0x10;
u8 field_0x12;
u8 field_0x13;
int field_0x14;
@@ -27,6 +27,7 @@ public:
u8 field_0x1e;
u8 field_0x1f;
u8* field_0x20;
+ layer_class* pCurrentLayer;
};
int fopOvlpReq_OverlapClr(overlap_request_class* param_1);
request_base_class* fopOvlpReq_Request(overlap_request_class*, s16, u16);