You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
13 lines
240 B
C
13 lines
240 B
C
#include <ultra64.h>
|
|
#include <PR/gs2dex.h>
|
|
|
|
extern uObjMtx stack[0x80];
|
|
|
|
extern u32 stack_top;
|
|
|
|
extern u32 s_isfull(void);
|
|
extern u32 s_isempty(void);
|
|
extern void s_push(uObjMtx *f);
|
|
extern uObjMtx *s_pop(void);
|
|
extern void s_clear(void);
|