Move and type PSVEC and PSMTX funcs and follow includes in functions.h (#68)

Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
lepelog
2021-01-05 18:32:20 +01:00
committed by GitHub
parent 65651dc37e
commit 9d17d56ece
5 changed files with 70 additions and 38 deletions
-4
View File
@@ -8,10 +8,6 @@
// Align X to the next N bytes (N must be power of two)
#define ALIGN_NEXT(X, N) ALIGN_PREV(((X) + (N)-1), N)
struct Vec {
float x, y, z;
};
#define JUT_ASSERT(...)
#define ASSERT(...)