#pragma once #include namespace Systems { void file_inactivity( ObjectRegistry& os_reg, float current_time ); } // Systems