perf(const): const changed to a singelton
const needds to be accessed all throughout so it has been changed to a singleton to allow for more efficient usage BREAKING CHANGE: Any previous loads to const will break, also constant->Constant and constants->Constants
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
# Build resources first so that all the embedded resources are available to the other targets
|
||||
subdir('resources')
|
||||
|
||||
# Build the main source code
|
||||
subdir('dobj')
|
||||
subdir('const')
|
||||
Reference in New Issue
Block a user