mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-27 07:37:24 -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>
9 lines
126 B
C
9 lines
126 B
C
#ifndef JAUSECTION_H_
|
|
#define JAUSECTION_H_
|
|
|
|
extern "C" {
|
|
void finishBuild__10JAUSectionFv(void);
|
|
}
|
|
|
|
#endif // JAUSECTION_H_
|