mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-09 04:30:49 -04:00
d_a_obj_carry work, SETUP_ACTOR macro, header cleanup (#1885)
* d_a_obj_carry work, SETUP_ACTOR macro * rm headers, add script * progress * macro rename, consistent spacing
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#ifndef CARDBIOS_H
|
||||
#define CARDBIOS_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* CARDBIOS_H */
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef CARDBLOCK_H
|
||||
#define CARDBLOCK_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* CARDBLOCK_H */
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef CARDCHECK_H
|
||||
#define CARDCHECK_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* CARDCHECK_H */
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef CARDCREATE_H
|
||||
#define CARDCREATE_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* CARDCREATE_H */
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef CARDDIR_H
|
||||
#define CARDDIR_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* CARDDIR_H */
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef CARDFORMAT_H
|
||||
#define CARDFORMAT_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* CARDFORMAT_H */
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef CARDMOUNT_H
|
||||
#define CARDMOUNT_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* CARDMOUNT_H */
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef CARDNET_H
|
||||
#define CARDNET_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* CARDNET_H */
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef CARDOPEN_H
|
||||
#define CARDOPEN_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* CARDOPEN_H */
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
|
||||
#include "dolphin/os/OSAlarm.h"
|
||||
#include "dolphin/os/OSThread.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef CARDRDWR_H
|
||||
#define CARDRDWR_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* CARDRDWR_H */
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef CARDREAD_H
|
||||
#define CARDREAD_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* CARDREAD_H */
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef CARDSTAT_H
|
||||
#define CARDSTAT_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* CARDSTAT_H */
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef CARDUNLOCK_H
|
||||
#define CARDUNLOCK_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* CARDUNLOCK_H */
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef CARDWRITE_H
|
||||
#define CARDWRITE_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* CARDWRITE_H */
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef DSP_DEBUG_H
|
||||
#define DSP_DEBUG_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef DVDFATAL_H
|
||||
#define DVDFATAL_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* DVDFATAL_H */
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef DVDERROR_H
|
||||
#define DVDERROR_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* DVDERROR_H */
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef DVDFS_H
|
||||
#define DVDFS_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* DVDFS_H */
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef DVDIDUTILS_H
|
||||
#define DVDIDUTILS_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* DVDIDUTILS_H */
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef DVDQUEUE_H
|
||||
#define DVDQUEUE_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* DVDQUEUE_H */
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef FSTLOAD_H
|
||||
#define FSTLOAD_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* FSTLOAD_H */
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef EXIUART_H
|
||||
#define EXIUART_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* EXIUART_H */
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef GDGEOMETRY_H
|
||||
#define GDGEOMETRY_H
|
||||
|
||||
#include "dolphin/gx/GXEnum.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef GFGEOMETRY_H
|
||||
#define GFGEOMETRY_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "dolphin/gx/GX.h"
|
||||
|
||||
void GFSetGenMode2(u8 param_0, u8 param_1, u8 param_2, u8 param_3, _GXCullMode param_4);
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef GFLIGHT_H
|
||||
#define GFLIGHT_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "dolphin/gx/GXEnum.h"
|
||||
#include "dolphin/gx/GXStruct.h"
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef GFPIXEL_H
|
||||
#define GFPIXEL_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* GFPIXEL_H */
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef GFTEV_H
|
||||
#define GFTEV_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* GFTEV_H */
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef GX_H_
|
||||
#define GX_H_
|
||||
|
||||
#include "dolphin/gx/GXInit.h"
|
||||
#include "dolphin/gx/GXAttr.h"
|
||||
#include "dolphin/gx/GXBump.h"
|
||||
#include "dolphin/gx/GXDisplayList.h"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef GXDRAW_H
|
||||
#define GXDRAW_H
|
||||
|
||||
#include "dolphin/gx/GXStruct.h"
|
||||
#include "dolphin/gx/GXEnum.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef GXGEOMETRY_H
|
||||
#define GXGEOMETRY_H
|
||||
|
||||
#include "dolphin/gx/GXStruct.h"
|
||||
#include "dolphin/gx/GXEnum.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#include "dolphin/gx/GXEnum.h"
|
||||
#include "dolphin/gx/GXStruct.h"
|
||||
#include "dolphin/mtx/mtx.h"
|
||||
#include "global.h"
|
||||
|
||||
typedef GXTexRegion (*GXTexRegionCallback)(GXTexObj* obj);
|
||||
typedef GXTlutRegion* (*GXTlutRegionCallback)(u32 name);
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef GXSTRUCT_H
|
||||
#define GXSTRUCT_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "global.h"
|
||||
|
||||
typedef struct _GXColor {
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
#ifndef GXTEXTURE_H
|
||||
#define GXTEXTURE_H
|
||||
|
||||
#include "dolphin/gx/GXEnum.h"
|
||||
#include "dolphin/gx/GXStruct.h"
|
||||
#include "dolphin/gx/GXInit.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
#define GXTRANSFORM_H
|
||||
|
||||
#include "dolphin/gx/GXEnum.h"
|
||||
#include "dolphin/gx/GXStruct.h"
|
||||
#include "dolphin/mtx/mtx.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
|
||||
#include "dolphin/mtx/mtx44.h"
|
||||
#include "dolphin/mtx/quat.h"
|
||||
#include "dolphin/mtx/vec.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
@@ -37,6 +36,10 @@ void C_MTXLightPerspective(Mtx m, f32 fovY, f32 aspect, f32 scale_s, f32 scale_t
|
||||
void C_MTXLightOrtho(Mtx m, f32 top, f32 bottom, f32 left, f32 right, f32 scale_s, f32 scale_t,
|
||||
f32 trans_s, f32 trans_t);
|
||||
|
||||
inline void C_MTXRotAxisRad(Mtx m, const Vec* axis, f32 rad) {
|
||||
PSMTXRotAxisRad(m, axis, rad);
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
#endif
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef OSAUDIOSYSTEM_H
|
||||
#define OSAUDIOSYSTEM_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef OSSYNC_H
|
||||
#define OSSYNC_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef __PPC_EABI_INIT_H
|
||||
#define __PPC_EABI_INIT_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif /* __PPC_EABI_INIT_H */
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef PADCLAMP_H
|
||||
#define PADCLAMP_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user