mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 07:10:53 -04:00
c2b2d9700c
* d_scene OK * d_s_boot * Rename -> PROFILE_MAX * Some more ---------
9 lines
147 B
C
9 lines
147 B
C
#ifndef HBM_H
|
|
#define HBM_H
|
|
|
|
extern "C" void *getHBM();
|
|
extern "C" int fn_801967D0(void *hbm);
|
|
extern "C" int fn_80197560(void *hbm, int);
|
|
|
|
#endif
|