mirror of
https://github.com/open-goal/jak-project
synced 2026-06-11 05:08:53 -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
11 lines
208 B
C++
11 lines
208 B
C++
#pragma once
|
|
|
|
namespace jak2 {
|
|
void InitParms(int argc, const char* const* argv);
|
|
void InitIOP();
|
|
int InitMachine();
|
|
int ShutdownMachine();
|
|
void InitMachineScheme();
|
|
|
|
struct MouseInfo {};
|
|
} // namespace jak2
|