delete variables.h

This commit is contained in:
Pheenoh
2021-02-20 23:11:44 -05:00
parent 9f0fde1848
commit 0267924dc1
106 changed files with 3046 additions and 2838 deletions
@@ -1,6 +1,7 @@
#ifndef JKRARAMHEAP_H_
#define JKRARAMHEAP_H_
#include "JSystem/JKernel/JKRAramBlock/JKRAramBlock.h"
#include "JSystem/JKernel/JKRDisposer/JKRDisposer.h"
#include "dolphin/types.h"
#include "global.h"
+1
View File
@@ -4,6 +4,7 @@
#include "JSystem/JAudio2/JAISe/JAISe.h"
#include "JSystem/JAudio2/JAISound/JAISound.h"
#include "global.h"
#include "mtx_vec.h"
class Z2SoundObjBase;
+1
View File
@@ -6,6 +6,7 @@
#include "Z2AudioLib/Z2Param/Z2Param.h"
#include "Z2AudioLib/Z2SeqMgr/Z2SeqMgr.h"
#include "global.h"
#include "mtx_vec.h"
struct Z2MultiSeObj {
Z2MultiSeObj();
@@ -5,6 +5,7 @@
#include "Z2AudioLib/Z2SoundHandles/Z2SoundHandles.h"
#include "Z2AudioLib/Z2SoundStarter/Z2SoundStarter.h"
#include "global.h"
#include "mtx_vec.h"
/* struct Z2SoundObjBase_vtable {
void* field_0x0;
@@ -2,6 +2,7 @@
#define Z2STATUSMGR_H_
#include "global.h"
#include "mtx_vec.h"
struct Z2StatusMgr {
Z2StatusMgr(void);
+1 -1
View File
@@ -3,7 +3,7 @@
#include "dolphin/types.h"
typedef void* (*fop_ScnItFunc)(void*,void*);
typedef void* (*fop_ScnItFunc)(void*, void*);
void* fopScnIt_Judge(fop_ScnItFunc pFunc1, void* pFunc2);
+3 -1
View File
@@ -19,6 +19,9 @@
#define FLOAT_LABEL(x) (*(f32*)&x)
#define DOUBLE_LABEL(x) (*(f64*)&x)
#define _SDA_BASE_(dummy) 0
#define _SDA2_BASE_(dummy) 0
struct JUTWarn {
JUTWarn& operator<<(const char*) { return *this; }
JUTWarn& operator<<(long) { return *this; }
@@ -30,7 +33,6 @@ struct JUTWarn {
#include "ar/ARQ.h"
#include "mwcc.h"
#include "os/OS.h"
#include "variables.h"
// hack to make functions that return comparisons as int match
extern int __cntlzw(unsigned int);
+1
View File
@@ -3,6 +3,7 @@
#include "JSystem/JUtility/JUTTexture.h"
#include "global.h"
#include "gx/GX.h"
#include "mtx_vec.h"
class view_class {};
-2798
View File
File diff suppressed because it is too large Load Diff