jak-project/game/overlord/stream.h
water111 19b8bb81c9
Add the STR RPC to overlord and game code (#134)
* work in progress streaming rpc, simple test is working

* actually add the test

* debug windows failure

* windows fix maybe

* windows 2

* use str-load-status

* update types
2020-11-22 12:59:55 -05:00

12 lines
187 B
C

#pragma once
#ifndef JAK_V2_STREAM_H
#define JAK_V2_STREAM_H
#include "common/common_types.h"
u32 STRThread();
u32 PLAYThread();
void stream_init_globals();
#endif // JAK_V2_STREAM_H