mirror of
https://github.com/zeldaret/tp
synced 2026-06-02 02:00:30 -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
209 B
C
12 lines
209 B
C
#ifndef JASHEAP_H_
|
|
#define JASHEAP_H_
|
|
|
|
extern "C" {
|
|
void alloc__7JASHeapFP7JASHeapUl(void);
|
|
void __defctor__7JASHeapFv(void);
|
|
void __dt__7JASHeapFv(void);
|
|
void free__7JASHeapFv(void);
|
|
}
|
|
|
|
#endif // JASHEAP_H_
|