mirror of
https://github.com/zeldaret/tp
synced 2026-06-20 16:21:22 -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
211 B
C
10 lines
211 B
C
#ifndef JASSOUNDPARAMS_H_
|
|
#define JASSOUNDPARAMS_H_
|
|
|
|
extern "C" {
|
|
void clamp__14JASSoundParamsFv(void);
|
|
void combine__14JASSoundParamsFRC14JASSoundParamsRC14JASSoundParams(void);
|
|
}
|
|
|
|
#endif // JASSOUNDPARAMS_H_
|