mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-06 20:42:38 -04:00
58 lines
3.0 KiB
C
58 lines
3.0 KiB
C
#ifndef _IN_GAME_GAME_1531A0_H
|
|
#define _IN_GAME_GAME_1531A0_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
#define DIAGMODE_FADEIN 0
|
|
#define DIAGMODE_REDRAW 1
|
|
#define DIAGMODE_FADEOUT 2
|
|
|
|
void textInit(void);
|
|
void textSetRotation90(bool rotated);
|
|
void textSetWrapIndent(s32 count);
|
|
void text0f1531d0(s32 arg0);
|
|
void text0f1531dc(bool arg0);
|
|
void textLoadFont(u8 *romstart, u8 *romend, struct font **fontptr, struct fontchar **charsptr, bool monospace);
|
|
void textReset(void);
|
|
Gfx *text0f153628(Gfx *gdl);
|
|
Gfx *text0f153780(Gfx *gdl);
|
|
Gfx *textSetPrimColour(Gfx *gdl, u32 colour);
|
|
Gfx *text0f153838(Gfx *gdl);
|
|
Gfx *text0f153858(Gfx *gdl, s32 *x1, s32 *y1, s32 *x2, s32 *y2);
|
|
Gfx *text0f1538e4(Gfx *gdl, s32 *x1, s32 *y1, s32 *x2, s32 *y2);
|
|
Gfx *text0f153990(Gfx *gdl, s32 left, s32 top, s32 width, s32 height);
|
|
Gfx *text0f153a34(Gfx *gdl, s32 x1, s32 y1, s32 x2, s32 y2, u32 colour);
|
|
Gfx *text0f153ab0(Gfx *gdl);
|
|
void text0f153b40(void);
|
|
void text0f153b6c(s32 arg0);
|
|
void textSetDiagonalBlend(s32 x, s32 y, f32 redrawtimer, u8 populated);
|
|
void textBackupDiagonalBlendSettings(void);
|
|
void textRestoreDiagonalBlendSettings(void);
|
|
void textSetHorizontalBlend(s32 x1, s32 x2, u32 arg2);
|
|
void textBackupAndResetBlends(void);
|
|
void textRestoreBlends(void);
|
|
void textSetWaveBlend(s32 arg0, s32 arg1, s32 cthresh);
|
|
void textSetMenuBlend(f32 arg0);
|
|
void textSetWaveColours(u32 colour1, u32 colour2);
|
|
void textResetBlends(void);
|
|
bool textHasDiagonalBlend(void);
|
|
u32 textApplyProjectionColour(s32 x, s32 y, u32 colour);
|
|
u32 text0f1543ac(s32 x, s32 y, u32 colour);
|
|
Gfx *text0f154ecc(Gfx *gdl, u32 arg1, u32 arg2);
|
|
Gfx *text0f154f38(Gfx *gdl, s32 *arg1, struct fontchar *curchar, struct fontchar *prevchar, struct font *font, f32 widthscale, f32 heightscale, f32 x, f32 y);
|
|
Gfx *text0f1552d4(Gfx *gdl, f32 x, f32 y, f32 widthscale, f32 heightscale, char *text, struct fontchar *chars, struct font *font, u32 colour, s32 hdir, s32 vdir);
|
|
Gfx *text0f15568c(Gfx *gdl, s32 *x, s32 *y, struct fontchar *curchar, struct fontchar *prevchar, struct font *font, s32 savedx, s32 savedy, s32 width, s32 height, s32 arg10);
|
|
void text0f156024(s32 arg0);
|
|
void text0f156030(u32 colour);
|
|
Gfx *textRenderProjected(Gfx *gdl, s32 *x, s32 *y, char *text, struct fontchar *chars, struct font *font, s32 colour, s32 width, s32 height, s32 arg9, s32 lineheight);
|
|
Gfx *text0f1566cc(Gfx *gdl, u32 arg1, u32 arg2);
|
|
Gfx *text0f156a24(Gfx *gdl, s32 x, s32 y, struct fontchar *char1, s32 arg4, s32 arg5, s32 arg6, s32 arg7);
|
|
Gfx *textRender(Gfx *gdl, s32 *x, s32 *y, char *text, struct fontchar *font1, struct font *font2, u32 arg6, u32 colour, s32 width, s32 height, u32 arg10, s32 arg11);
|
|
void textMeasure(s32 *textheight, s32 *textwidth, char *text, struct fontchar *font1, struct font *font2, s32 lineheight);
|
|
void textWrap(s32 width, char *in, char *out, struct fontchar *font1, struct font *font2);
|
|
|
|
Gfx *func0f1574d0jf(Gfx *gdl, s32 *x, s32 *y, char *text, struct fontchar *font1, struct font *font2, s32 colour, u32 colour2, s32 width, s32 height, s32 arg9, u32 arg10);
|
|
|
|
#endif
|