Update C headers to be C++
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "../../stddef.h"
|
||||
#include "../../stddef.hpp"
|
||||
|
||||
namespace JabyEngine {
|
||||
template<typename T>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "../jabyengine_defines.h"
|
||||
#include "../jabyengine_defines.hpp"
|
||||
#include "types.hpp"
|
||||
|
||||
namespace JabyEngine {
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "../../stdint.h"
|
||||
#include "../../stdint.hpp"
|
||||
|
||||
namespace JabyEngine {
|
||||
static constexpr int8_t operator""_i8(unsigned long long int value) {
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "../../stddef.h"
|
||||
#include "../../stddef.hpp"
|
||||
#include "array_range.hpp"
|
||||
#include "types.hpp"
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#include "types.hpp"
|
||||
#include <stddef.h>
|
||||
#include <stddef.hpp>
|
||||
|
||||
namespace JabyEngine {
|
||||
template<typename T>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "../../stdint.h"
|
||||
#include "../../stdint.hpp"
|
||||
|
||||
namespace JabyEngine {
|
||||
uint16_t unaligned_lhu(const uint8_t* adr) {
|
||||
|
Reference in New Issue
Block a user