#pragma once #ifndef ULE_CONFIG_H #define ULE_CONFIG_H // define this macro to include the serialization code `serialize.h/.cpp`, as well as serialization // for the hashtable(s) and array implementations. //#define ULE_CONFIG_OPTION_SERIALIZATION // all functions in the library will invoke a semicolon-terminated macro as their first line of execution. // this is for use by an instrusive profiler, though could be used for whatever purpose. //#define ULE_CONFIG_OPTION_FTAG ZoneScoped #endif