mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-05 09:33:48 -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,5 +1,4 @@
|
||||
#include "MSL_C/MSL_Common/Src/abort_exit.h"
|
||||
#include "MSL_C/MSL_Common/Src/signal.h"
|
||||
#include "MSL_C/MSL_Common/Src/stddef.h"
|
||||
|
||||
extern unsigned char data_804519A0[8];
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#include "MSL_C/MSL_Common/Src/ansi_files.h"
|
||||
#include "MSL_C/MSL_Common/Src/alloc.h"
|
||||
#include "MSL_C/MSL_Common/Src/file_io.h"
|
||||
|
||||
void __end_critical_region(int);
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#include "MSL_C/MSL_Common/Src/arith.h"
|
||||
#include "MSL_C/math.h"
|
||||
|
||||
/* 80365078-803650D0 35F9B8 0058+00 0/0 1/1 0/0 .text div */
|
||||
#ifdef NONMATCHING
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
#include "MSL_C/MSL_Common/Src/direct_io.h"
|
||||
#include "MSL_C/MSL_Common/Src/FILE_POS.h"
|
||||
#include "MSL_C/MSL_Common/Src/ansi_files.h"
|
||||
#include "MSL_C/MSL_Common/Src/buffer_io.h"
|
||||
#include "MSL_C/MSL_Common/Src/mem.h"
|
||||
#include "MSL_C/MSL_Common/Src/misc_io.h"
|
||||
#include "MSL_C/MSL_Common/Src/string.h"
|
||||
#include "MSL_C/MSL_Common/Src/wchar_io.h"
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
#include "MSL_C/MSL_Common/Src/file_io.h"
|
||||
#include "MSL_C/MSL_Common/Src/FILE_POS.h"
|
||||
#include "MSL_C/MSL_Common/Src/alloc.h"
|
||||
#include "MSL_C/MSL_Common/Src/buffer_io.h"
|
||||
#include "MSL_C/MSL_Common/Src/ctype.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#include "MSL_C/MSL_Common/Src/mem.h"
|
||||
#include "MSL_C/MSL_Common/Src/mem_funcs.h"
|
||||
|
||||
/* 80366130-803661FC 360A70 00CC+00 0/0 2/2 0/0 .text memmove */
|
||||
void* memmove(void* dst, const void* src, size_t n) {
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
#include "MSL_C/MSL_Common/Src/mem.h"
|
||||
#include "MSL_C/MSL_Common/Src/string.h"
|
||||
#include "MSL_C/MSL_Common/Src/wchar_io.h"
|
||||
#include "Runtime.PPCEABI.H/__va_arg.h"
|
||||
#include "dol2asm.h"
|
||||
|
||||
//
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
* Function needed: sqrt
|
||||
*/
|
||||
|
||||
#include "fdlibm.h"
|
||||
#include "MSL_C/math.h"
|
||||
|
||||
#ifdef __STDC__
|
||||
|
||||
@@ -41,7 +41,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "fdlibm.h"
|
||||
#include "MSL_C/math.h"
|
||||
|
||||
#ifdef __STDC__
|
||||
|
||||
@@ -113,7 +113,6 @@
|
||||
#include "types.h"
|
||||
#include "errno.h"
|
||||
#include "MSL_C/math.h"
|
||||
#include "fdlibm.h"
|
||||
|
||||
#ifndef _DOUBLE_IS_32BITS
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
* use __kernel_rem_pio2()
|
||||
*/
|
||||
|
||||
#include "fdlibm.h"
|
||||
#include "MSL_C/math.h"
|
||||
|
||||
/*
|
||||
|
||||
@@ -80,7 +80,6 @@
|
||||
*---------------
|
||||
*/
|
||||
|
||||
#include "fdlibm.h"
|
||||
#include "errno.h"
|
||||
#include "MSL_C/math.h"
|
||||
|
||||
|
||||
@@ -99,7 +99,6 @@
|
||||
* = 1 - 2*(tan(y) - (tan(y)^2)/(1+tan(y)))
|
||||
*/
|
||||
|
||||
#include "fdlibm.h"
|
||||
#include "MSL_C/math.h"
|
||||
static const double one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */
|
||||
pio4 = 7.85398163397448278999e-01, /* 0x3FE921FB, 0x54442D18 */
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
* ====================================================
|
||||
*/
|
||||
|
||||
#include "fdlibm.h"
|
||||
#include "MSL_C/math.h" /* for isfinite macro */
|
||||
static const double
|
||||
|
||||
|
||||
Reference in New Issue
Block a user