mirror of
https://github.com/zeldaret/oot
synced 2026-07-11 23:20:25 -04:00
Remove functions.h (#2501)
* split most of functions.h * osdriverominit * forgot include * fix * remove functions.h * temporary fix for fix_bss * fix bss * revert fix_bss.py change
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user