blob: 7e508d9ff63c3a292843e26340574b3becca25fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef SYS_UCODE_H
#define SYS_UCODE_H
#include "ultra64.h"
// void ucode_GetRspBootTextStart();
// void ucode_GetRspBootTextSize();
// void ucode_GetPolyTextStart();
// void ucode_GetPolyDataStart();
// void ucode_GetSpriteTextStart();
// void ucode_GetSpriteDataStart();
#endif
|