Update C headers to be C++

This commit is contained in:
Jaby
2024-04-07 10:46:35 -05:00
committed by Jaby
parent be034c14b4
commit 5e776f7a56
58 changed files with 153 additions and 225 deletions

View File

@@ -2,7 +2,7 @@
#include <PSX/AutoLBA/auto_lba.hpp>
#include <PSX/Auxiliary/math_helper.hpp>
#include <PSX/System/IOPorts/cd_io.hpp>
#include <stddef.h>
#include <stddef.hpp>
namespace JabyEngine {
namespace CD {