mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-29 16:14:54 -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
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_
|