mirror of
https://github.com/open-goal/jak-project
synced 2026-07-29 15:44:03 -04:00
9 lines
145 B
C
9 lines
145 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
|