mirror of
https://github.com/zeldaret/tp
synced 2026-05-28 08:25:48 -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
199 B
C
10 lines
199 B
C
#ifndef JAUSOUNDTABLE_H_
|
|
#define JAUSOUNDTABLE_H_
|
|
|
|
extern "C" {
|
|
void getData__13JAUSoundTableCF10JAISoundID(void);
|
|
void getTypeID__13JAUSoundTableCF10JAISoundID(void);
|
|
}
|
|
|
|
#endif // JAUSOUNDTABLE_H_
|