mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-27 07:37:24 -04:00
ce8319486b
* 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_
|