jak-project/game/overlord/stream.h
2020-09-13 21:36:35 -04:00

11 lines
159 B
C

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