jak-project/game/overlord/stream.h

11 lines
159 B
C
Raw Normal View History

#pragma once
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();
2020-08-26 01:21:33 -04:00
#endif // JAK_V2_STREAM_H