mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-02 08:11:58 -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>
11 lines
224 B
C
11 lines
224 B
C
#ifndef JAISOUNDSTARTER_H_
|
|
#define JAISOUNDSTARTER_H_
|
|
|
|
extern "C" {
|
|
void __ct__15JAISoundStarterFb(void);
|
|
void __dt__15JAISoundStarterFv(void);
|
|
void JAISoundStarter_NS_startLevelSound(void);
|
|
}
|
|
|
|
#endif // JAISOUNDSTARTER_H_
|