This commit is contained in:
n0ffie 2025-02-12 23:24:58 +01:00
parent 2dbfa1b99e
commit b1230534c5
22 changed files with 547 additions and 429 deletions

View file

@ -12,7 +12,7 @@ extern "C" {
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
/*
* Basic types
*
@ -48,6 +48,8 @@ extern "C" {
typedef size_t usx;
typedef ptrdiff_t isx;
typedef bool boolean;
/*
* Vectors and Matrices
*/