mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-02 17:48:21 -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
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_
|