Update C headers to be C++

This commit is contained in:
Jaby
2024-04-07 10:46:35 -05:00
parent f2ea2f04f0
commit f5270df019
58 changed files with 153 additions and 225 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include "Type/types.hpp"
#include <stdarg.h>
#include <stdarg.hpp>
namespace JabyEngine {
class FontWriter {