Files
jak-project/game/overlord/jak3/stream.h
T
2024-07-26 09:42:28 -04:00

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