- Rough First Pass implementation for format.h

- Started 2D Transform Component and relevant math extensions
 - Switched sequence to use pointers instead of arrays
This commit is contained in:
2025-09-23 18:07:54 -04:00
parent 1a9a80e37f
commit f636feb4f1
18 changed files with 866 additions and 234 deletions

View File

@@ -32,8 +32,6 @@ constexpr uint64_t nullid = 0;
template<typename TypeT, typename RootT = void>
FENNEC_NO_INLINE uint64_t typeuuid() {
assertf(not is_constant_evaluated(), "Type UUIDs Cannot Be Obtained at Compile Time");
static bool init = false;
static uint64_t id = nullid;