BAN: Add math to its own namespace

This commit is contained in:
Bananymous
2023-01-10 19:11:27 +02:00
parent 181478119e
commit 6f9552d673
9 changed files with 32 additions and 16 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include <assert.h>
#include <BAN/Errors.h>
#include <stddef.h>
namespace BAN