Update C headers to be C++

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

View File

@@ -6,7 +6,7 @@
#include <FontWriter/fonts.hpp>
#include <FontWriter/font_writer.hpp>
#include <PSX/Periphery/periphery.hpp>
#include <stdio.h>
#include <stdio.hpp>
using namespace JabyEngine;