mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-21 06:52:22 -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>
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_
|