jak-project/game/overlord/stream.h

12 lines
187 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();
void stream_init_globals();
2020-08-22 22:30:12 -04:00
2020-08-26 01:21:33 -04:00
#endif // JAK_V2_STREAM_H