#ifndef ENGINE_SHARED_ASSERTION_LOGGER_H #define ENGINE_SHARED_ASSERTION_LOGGER_H #include class ILogger; class IStorage; std::unique_ptr CreateAssertionLogger(IStorage *pStorage, const char *pGameName); #endif