mirror of
https://github.com/zeldaret/tp
synced 2026-05-30 00:47:05 -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
250 B
C
12 lines
250 B
C
#ifndef JASWAVEARC_H_
|
|
#define JASWAVEARC_H_
|
|
|
|
// Additional symbols needed for JASWaveArc
|
|
extern "C" {
|
|
void erase__10JASWaveArcFv(void);
|
|
void load__10JASWaveArcFP7JASHeap(void);
|
|
void loadTail__10JASWaveArcFP7JASHeap(void);
|
|
}
|
|
|
|
#endif // JASWAVEARC_H_
|