mirror of
https://github.com/zeldaret/tp
synced 2026-08-04 09:09:30 -04:00
80ba3d9fd2
* checkpoint * checkpoint * rename f_pc * checkpoint * small symbol rename and fix some fpc symbols * remove unneeded entries from ldscript * simplify ok check, update docker container Co-authored-by: Pheenoh <pheenoh@gmail.com>
12 lines
259 B
C
12 lines
259 B
C
#ifndef Z2AUDIBLE_H_
|
|
#define Z2AUDIBLE_H_
|
|
|
|
extern "C" {
|
|
void Z2Audible(void);
|
|
void getChannel__9Z2AudibleFi(void);
|
|
void getDistVolBit__9Z2AudibleFv(void);
|
|
void setOuterParams__9Z2AudibleFRC14JASSoundParamsRC14JASSoundParamsi(void);
|
|
}
|
|
|
|
#endif // Z2AUDIBLE_H_
|