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

@@ -3,7 +3,6 @@
#include <PSX/GPU/gpu.hpp>
#include <PSX/GPU/make_gpu_primitives.hpp>
#include <PSX/Periphery/periphery.hpp>
#include <stdio.h>
namespace GPUTest {
using namespace JabyEngine;