Import libultraship as a submodule (#1943)

Co-authored-by: briaguya <briaguya>
Co-authored-by: Christopher Leggett <chris@leggett.dev>
Co-authored-by: David Chavez <davi@dcvz.io>
This commit is contained in:
briaguya 2022-11-14 05:22:34 -05:00 committed by GitHub
commit 3914781ebf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1067 changed files with 215 additions and 363064 deletions

View file

@ -9,7 +9,7 @@ extern "C"
{
#endif
#include "../../libultraship/libultraship/luslog.h"
#include "luslog.h"
#include <soh/Enhancements/item-tables/ItemTableTypes.h>
#include <soh/Enhancements/randomizer/randomizer_inf.h>

View file

@ -6,7 +6,7 @@
#include "macros.h"
#include "soh/OTRGlobals.h"
#include "soh/Enhancements/gameconsole.h"
#include <libultraship/Cvar.h>
#include <Cvar.h>

View file

@ -1,7 +1,7 @@
#ifndef MACROS_H
#define MACROS_H
#include <libultraship/endianness.h>
#include <endianness.h>
#define ARRAY_COUNT(arr) (s32)(sizeof(arr) / sizeof(arr[0]))
#define ARRAY_COUNTU(arr) (u32)(sizeof(arr) / sizeof(arr[0]))

View file

@ -26,7 +26,7 @@
#include "z64interface.h"
#include "sequence.h"
#include "sfx.h"
#include <libultraship/color.h>
#include <color.h>
#include "ichain.h"
#include "regs.h"

View file

@ -1,7 +1,7 @@
#ifndef Z64_AUDIO_H
#define Z64_AUDIO_H
#include <libultraship/endianness.h>
#include <endianness.h>
#define MK_CMD(b0,b1,b2,b3) ((((b0) & 0xFF) << 0x18) | (((b1) & 0xFF) << 0x10) | (((b2) & 0xFF) << 0x8) | (((b3) & 0xFF) << 0))

View file

@ -1,7 +1,7 @@
#ifndef Z64EFFECT_H
#define Z64EFFECT_H
#include <libultraship/color.h>
#include <color.h>
struct GraphicsContext;
struct PlayState;

View file

@ -4,7 +4,7 @@
#include "ultra64.h"
#include "ultra64/gbi.h"
#include "z64math.h"
#include <libultraship/color.h>
#include <color.h>
typedef struct {
/* 0x0 */ s16 x;

View file

@ -2,7 +2,7 @@
#define Z64TRANSITION_H
#include "ultra64.h"
#include <libultraship/color.h>
#include <color.h>
typedef struct {
f32 unk_0;