jak-project/game/overlord/stream.cpp
2020-08-22 22:30:12 -04:00

12 lines
140 B
C++

#include <assert.h>
#include "stream.h"
u32 STRThread() {
assert(false);
return 0;
}
u32 PLAYThread() {
assert(false);
return 0;
}