mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-27 15:42:42 -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
215 B
C
10 lines
215 B
C
#ifndef JAUSOUNDANIMATION_H_
|
|
#define JAUSOUNDANIMATION_H_
|
|
|
|
extern "C" {
|
|
void getStartSoundIndex__17JAUSoundAnimationCFf(void);
|
|
void getEndSoundIndex__17JAUSoundAnimationCFf(void);
|
|
}
|
|
|
|
#endif // JAUSOUNDANIMATION_H_
|