jak-project/game/overlord/stream.h

9 lines
143 B
C
Raw Normal View History

2020-08-22 22:30:12 -04:00
#ifndef JAK_V2_STREAM_H
#define JAK_V2_STREAM_H
#include "common/common_types.h"
u32 STRThread();
u32 PLAYThread();
#endif //JAK_V2_STREAM_H