- Removed Double Underscores for portability

This commit is contained in:
2025-07-26 21:13:32 -04:00
parent 7493b5252a
commit d02a51fd8d
51 changed files with 279 additions and 279 deletions

View File

@@ -20,7 +20,7 @@
#ifndef FENNEC_MATH_VECTOR_BASE_H
#define FENNEC_MATH_VECTOR_BASE_H
#include <fennec/math/detail/__fwd.h>
#include <fennec/math/detail/_fwd.h>
#include <fennec/math/swizzle.h>
#include <fennec/math/vector_storage.h>