mirror of
https://github.com/open-goal/jak-project
synced 2026-08-10 03:06:18 -04:00
13 lines
273 B
C++
13 lines
273 B
C++
#pragma once
|
|
|
|
#include "common/common_types.h"
|
|
|
|
namespace jak3 {
|
|
void jak3_overlord_init_globals_stream();
|
|
|
|
u32 PLAYThread();
|
|
u32 STRThread();
|
|
void* RPC_STR(unsigned int fno, void* msg, int size);
|
|
void* RPC_PLAY(unsigned int fno, void* msg, int size);
|
|
|
|
} // namespace jak3
|