Update C headers to be C++
This commit is contained in:
4
include/stdio.hpp
Normal file
4
include/stdio.hpp
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
#include "PSX/jabyengine_defines.hpp"
|
||||
|
||||
int printf(const char* txt, ...) asm("_ZN10JabyEngine7SysCall6printfEPKcz");
|
Reference in New Issue
Block a user