Update C headers to be C++
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
#include "ioport.hpp"
|
||||
#include "../../GPU/gpu_types.hpp"
|
||||
#include <stdio.h>
|
||||
|
||||
namespace JabyEngine {
|
||||
namespace GPU_IO {
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "../jabyengine_defines.h"
|
||||
#include "../jabyengine_defines.hpp"
|
||||
|
||||
/*
|
||||
R0 zr Constant Zero
|
||||
|
Reference in New Issue
Block a user