// // Created by brett on 6/11/23. // #ifndef PARKSNREC_CONFIG_H #define PARKSNREC_CONFIG_H #include namespace parks { // Build Config #define BUILD_DEV_TOOLS //#define BUILD_RELEASE_MODE // Types template> using hashmap = std::unordered_map; } #endif //PARKSNREC_CONFIG_H