jak-project/game/overlord/stream.h
2020-08-22 22:30:12 -04:00

9 lines
143 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