feat(quadrature): quadrature system brought over
Ported and dramatically cleaned up the quadrature system. This includes centralizing all field definitions
This commit is contained in:
6
build-config/magicenum/meson_options.txt
Normal file
6
build-config/magicenum/meson_options.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
option(
|
||||
'hash',
|
||||
type : 'boolean',
|
||||
value : false,
|
||||
description : 'Do hashing at build time - longer build times, but O(1) string lookup'
|
||||
)
|
||||
Reference in New Issue
Block a user