Files
Microtransactions64/init.h

15 lines
309 B
C
Raw Normal View History

2020-12-11 21:47:11 -05:00
#include <ultra64.h>
#include <PR/gs2dex.h>
#include "config.h"
#define s2d_text gspS2DEX2_fifoTextStart
#define s2d_data gspS2DEX2_fifoDataStart
#define zex_text gspF3DZEX2_PosLight_fifoTextStart
#define zex_data gspF3DZEX2_PosLight_fifoDataStart
extern void s2d_init(void);
extern void s2d_stop(void);