1
0
mirror of https://github.com/blawar/ooot.git synced 2024-06-25 22:09:34 +00:00
ooot/include/def/sys_cfb.h
2022-04-01 16:12:00 -04:00

5 lines
79 B
C

#pragma once
void SysCfb_Init(s32 n64dd);
uintptr_t SysCfb_GetFbPtr(s32 idx);