- 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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user