mirror of
https://github.com/zeldaret/tp
synced 2026-05-25 07:23:14 -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
264 B
C
12 lines
264 B
C
#ifndef JASAUDIORESETER_H_
|
|
#define JASAUDIORESETER_H_
|
|
|
|
extern "C" {
|
|
void __ct__15JASAudioReseterFv(void);
|
|
void checkDone__15JASAudioReseterCFv(void);
|
|
void resume__15JASAudioReseterFv(void);
|
|
void start__15JASAudioReseterFUlb(void);
|
|
}
|
|
|
|
#endif // JASAUDIORESETER_H_
|