mirror of
https://github.com/open-goal/jak-project
synced 2026-08-07 18:23:13 -04:00
12 lines
270 B
C++
12 lines
270 B
C++
#pragma once
|
|
|
|
#include "common/common_types.h"
|
|
|
|
#include "game/overlord/jak3/rpc_interface.h"
|
|
|
|
namespace jak3 {
|
|
void jak3_overlord_init_globals_vblank_handler();
|
|
void VBlank_Initialize();
|
|
extern u32 g_nInfoEE;
|
|
extern SoundIOPInfo g_SRPCSoundIOPInfo;
|
|
} // namespace jak3
|