mirror of
https://github.com/zeldaret/tp
synced 2026-06-03 02:29:59 -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>
11 lines
244 B
C
11 lines
244 B
C
#ifndef JAISOUNDSTATUS_H_
|
|
#define JAISOUNDSTATUS_H_
|
|
|
|
// Additional symbols needed for JAISoundStatus
|
|
extern "C" {
|
|
void lockWhenPrepared__15JAISoundStatus_Fv(void);
|
|
void unlockIfLocked__15JAISoundStatus_Fv(void);
|
|
}
|
|
|
|
#endif // JAISOUNDSTATUS_H_
|