diff options
Diffstat (limited to 'include/JSystem')
| -rw-r--r-- | include/JSystem/J3DGraphAnimator/J3DJoint.h | 8 | ||||
| -rw-r--r-- | include/JSystem/J3DGraphAnimator/J3DModel.h | 8 | ||||
| -rw-r--r-- | include/JSystem/J3DGraphAnimator/J3DModelData.h | 8 | ||||
| -rw-r--r-- | include/JSystem/J3DGraphAnimator/J3DModelLoader.h | 8 | ||||
| -rw-r--r-- | include/JSystem/JAudio2/JAISe/JAISe.h | 11 | ||||
| -rw-r--r-- | include/JSystem/JAudio2/JAUClusterSound/JAUClusterSound.h | 10 | ||||
| -rw-r--r-- | include/JSystem/JKernel/JKRDvdFile/JKRDvdFile.h | 1 | ||||
| -rw-r--r-- | include/JSystem/JUtility/JUTXfb/JUTXfb.h | 21 |
8 files changed, 75 insertions, 0 deletions
diff --git a/include/JSystem/J3DGraphAnimator/J3DJoint.h b/include/JSystem/J3DGraphAnimator/J3DJoint.h new file mode 100644 index 0000000000..a581b451d6 --- /dev/null +++ b/include/JSystem/J3DGraphAnimator/J3DJoint.h @@ -0,0 +1,8 @@ +#ifndef J3DJOINT_H_ +#define J3DJOINT_H_ + +struct J3DJoint{ + +}; + +#endif
\ No newline at end of file diff --git a/include/JSystem/J3DGraphAnimator/J3DModel.h b/include/JSystem/J3DGraphAnimator/J3DModel.h new file mode 100644 index 0000000000..a42288f94f --- /dev/null +++ b/include/JSystem/J3DGraphAnimator/J3DModel.h @@ -0,0 +1,8 @@ +#ifndef J3DMODEL_H_ +#define J3DMODEL_H_ + +struct J3DModel{ + +}; + +#endif
\ No newline at end of file diff --git a/include/JSystem/J3DGraphAnimator/J3DModelData.h b/include/JSystem/J3DGraphAnimator/J3DModelData.h new file mode 100644 index 0000000000..11bba6653e --- /dev/null +++ b/include/JSystem/J3DGraphAnimator/J3DModelData.h @@ -0,0 +1,8 @@ +#ifndef J3DMODELDATA_H_ +#define J3DMODELDATA_H_ + +struct J3DModelData{ + +}; + +#endif
\ No newline at end of file diff --git a/include/JSystem/J3DGraphAnimator/J3DModelLoader.h b/include/JSystem/J3DGraphAnimator/J3DModelLoader.h new file mode 100644 index 0000000000..1c6e0a282f --- /dev/null +++ b/include/JSystem/J3DGraphAnimator/J3DModelLoader.h @@ -0,0 +1,8 @@ +#ifndef J3DMODELLOADER_H_ +#define J3DMODELLOADER_H_ + +struct J3DMaterial{ + +}; + +#endif
\ No newline at end of file diff --git a/include/JSystem/JAudio2/JAISe/JAISe.h b/include/JSystem/JAudio2/JAISe/JAISe.h new file mode 100644 index 0000000000..856a7a7ae7 --- /dev/null +++ b/include/JSystem/JAudio2/JAISe/JAISe.h @@ -0,0 +1,11 @@ +#ifndef JAISE_H_ +#define JAISE_H_ + +#include "global.h" + +struct JAISoundID{ + u32 soundId; + JAISoundID(JAISoundID const &soundIdToSet); +}; + +#endif
\ No newline at end of file diff --git a/include/JSystem/JAudio2/JAUClusterSound/JAUClusterSound.h b/include/JSystem/JAudio2/JAUClusterSound/JAUClusterSound.h new file mode 100644 index 0000000000..8979a65e87 --- /dev/null +++ b/include/JSystem/JAudio2/JAUClusterSound/JAUClusterSound.h @@ -0,0 +1,10 @@ +#ifndef JAUCLUSTERSOUND_H_ +#define JAUCLUSTERSOUND_H_ + +#include "global.h" + +struct JAISoundHandle{ + +}; + +#endif
\ No newline at end of file diff --git a/include/JSystem/JKernel/JKRDvdFile/JKRDvdFile.h b/include/JSystem/JKernel/JKRDvdFile/JKRDvdFile.h index bca06b8e06..6d9b7384e3 100644 --- a/include/JSystem/JKernel/JKRDvdFile/JKRDvdFile.h +++ b/include/JSystem/JKernel/JKRDvdFile/JKRDvdFile.h @@ -3,6 +3,7 @@ #include "dolphin/types.h" #include "JSystem/JKernel/JKRFile/JKRFile.h" +#include "dvd/dvd.h" #include "global.h" class DVDFileInfo; diff --git a/include/JSystem/JUtility/JUTXfb/JUTXfb.h b/include/JSystem/JUtility/JUTXfb/JUTXfb.h new file mode 100644 index 0000000000..3cf89bc431 --- /dev/null +++ b/include/JSystem/JUtility/JUTXfb/JUTXfb.h @@ -0,0 +1,21 @@ +#ifndef __JUTILITY_JUTXFB_JUTXFB_H__ +#define __JUTILITY_JUTXFB_JUTXFB_H__ + +#include "dolphin/types.h" + +class JUTXfb { +public: + void clearIndex(); +private: + void * xfb_buffer[3]; + bool is_xfb_allocated[3]; + u8 padding_1; + s32 num_xfbs; + s16 active_xfb_index; + s16 last_drawn_xfb_index; + s16 next_xfb_buffer; + u8 padding_2[2]; + s32 field_0x1c; +}; + +#endif
\ No newline at end of file |
