mirror of
https://github.com/zeldaret/tp
synced 2026-06-24 09:41:32 -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
162 B
C
10 lines
162 B
C
#ifndef JAISOUNDINFO_H_
|
|
#define JAISOUNDINFO_H_
|
|
|
|
extern "C" {
|
|
void __ct__12JAISoundInfoFb(void);
|
|
void __dt__12JAISoundInfoFv(void);
|
|
}
|
|
|
|
#endif // JAISOUNDINFO_H_
|