#pragma once #include "discord.h" namespace jak3 { extern const std::map level_names; extern std::map level_name_remap; void remap_hack(); extern const std::vector indoor_levels; const char* time_of_day_str(float time); } // namespace jak3