jak-project/game/kernel/jak1/kprint.h

13 lines
180 B
C
Raw Normal View History

#pragma once
/*!
* @file kprint.h
* GOAL Print. Contains GOAL I/O, Print, Format...
*/
#include "common/common_types.h"
extern "C" {
s32 format_impl_jak1(uint64_t* args);
}