mirror of
https://github.com/zeldaret/tp
synced 2026-08-16 21:18:11 -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>
10 lines
146 B
C
10 lines
146 B
C
#ifndef JAIAUDIENCE_H_
|
|
#define JAIAUDIENCE_H_
|
|
|
|
struct JAIAudience {};
|
|
|
|
extern "C" {
|
|
void __dt__11JAIAudienceFv(void);
|
|
}
|
|
|
|
#endif // JAIAUDIENCE_H_
|