mirror of
https://github.com/open-goal/jak-project
synced 2026-05-27 16:14:18 -04:00
e630b50690
* temp * split up kprint, other than format * start kmachine * split kmachine * split kscheme * split klink * split klisten * split remaining * jak2 ckernel gets to nokernel loop
5 lines
96 B
C++
5 lines
96 B
C++
#pragma once
|
|
|
|
namespace jak2 {
|
|
char* MakeFileName(int type, const char* name, int new_string);
|
|
} |