guLookAt & guLookAtF matching

This commit is contained in:
Alejandro Javier Asenjo Nitti
2023-10-17 17:43:47 -03:00
parent 2142ae4410
commit 85ab89eb48
5 changed files with 74 additions and 11 deletions
+2
View File
@@ -59,6 +59,8 @@ typedef double f64; /* double prec floating point */
typedef u32 size_t;
typedef float Matrix[4][4];
#endif /* _LANGUAGE_C */
+1
View File
@@ -2,5 +2,6 @@
#define MACROS_H
#define ARRAY_COUNT(arr) (s32)(sizeof(arr) / sizeof(arr[0]))
#define SQ(x) ((x) * (x))
#endif // MACROS_H