Merge remote-tracking branch 'Julgodis/dol2asm_fullsplitt' into new-disasm-codecopy

This commit is contained in:
lepelog
2021-04-19 18:11:56 +02:00
1331 changed files with 52316 additions and 44138 deletions
+1 -1
View File
@@ -1,9 +1,9 @@
#ifndef C_BG_S_GND_CHK_H
#define C_BG_S_GND_CHK_H
#include "dolphin/types.h"
#include "SSystem/SComponent/c_bg_s_chk.h"
#include "SSystem/SComponent/c_xyz.h"
#include "dolphin/types.h"
class cBgS_GndChk : public cBgS_Chk {
private:
+1 -1
View File
@@ -1,8 +1,8 @@
#ifndef C_BG_S_LIN_CHK_H
#define C_BG_S_LIN_CHK_H
#include "dolphin/types.h"
#include "SSystem/SComponent/c_xyz.h"
#include "dolphin/types.h"
class cBgS_LinChk {
public:
@@ -1,9 +1,9 @@
#ifndef C_BG_S_SHDW_DRAW_H
#define C_BG_S_SHDW_DRAW_H
#include "dolphin/types.h"
#include "SSystem/SComponent/c_m3d_g_pla.h"
#include "SSystem/SComponent/c_xyz.h"
#include "dolphin/types.h"
struct cBgD_Vtx_t;
-1
View File
@@ -48,5 +48,4 @@ void MtxPosition(cXyz*, cXyz*);
void MtxPush(void);
Mtx* MtxPull(void);
#endif