mirror of
https://github.com/open-goal/jak-project
synced 2026-05-31 01:16:12 -04:00
8 lines
149 B
C++
8 lines
149 B
C++
#include <cstring>
|
|
#include "srpc.h"
|
|
|
|
u8 gMusicTweakInfo[0x204];
|
|
|
|
void srpc_init_globals() {
|
|
memset(gMusicTweakInfo, 0, sizeof(gMusicTweakInfo));
|
|
} |