Closed malramsay64 closed 5 years ago
The global compile-time defined variables should be refactored, allowing them to be set at some point during execution.
This will likely involve converting to an Object Oriented C++ style code, particularly since this will handle the allocation and freeing of memory resources.
This has now been completed :smiley:
The global compile-time defined variables should be refactored, allowing them to be set at some point during execution.