Files
jak-project/game/overlord/stream.h
T
2020-08-26 01:21:33 -04:00

9 lines
145 B
C

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