mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-06 17:32:23 -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>
9 lines
141 B
C
9 lines
141 B
C
#ifndef JAUNEWSECTIONHEAP_H_
|
|
#define JAUNEWSECTIONHEAP_H_
|
|
|
|
extern "C" {
|
|
void JAUNewSectionHeap__Fb(void);
|
|
}
|
|
|
|
#endif // JAUNEWSECTIONHEAP_H_
|