jak-project/game/kernel/jak2/kmalloc.h
water111 e630b50690
[ckernel] split by game version (#1559)
* 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
2022-06-26 18:17:11 -04:00

10 lines
207 B
C++

#pragma once
#include "game/kernel/common/kmalloc.h"
namespace jak2 {
void kmemopen_from_c(Ptr<kheapinfo> heap, const char* name);
void kmemopen(u32 heap, u32 name);
void kmemclose();
} // namespace jak2