mirror of
https://github.com/zeldaret/oot.git
synced 2025-04-08 23:56:26 +00:00
* split most of functions.h * osdriverominit * forgot include * fix * remove functions.h * temporary fix for fix_bss * fix bss * revert fix_bss.py change
10 lines
157 B
C
10 lines
157 B
C
#ifndef SYS_CFB_H
|
|
#define SYS_CFB_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
void SysCfb_Init(s32 n64dd);
|
|
void* SysCfb_GetFbPtr(s32 idx);
|
|
void* SysCfb_GetFbEnd(void);
|
|
|
|
#endif
|