close files of inactive tranfsers

This commit is contained in:
Green Sky
2025-03-14 13:50:30 +01:00
parent 246587e30d
commit f5f7f2ca9d
10 changed files with 85 additions and 25 deletions

View File

@@ -0,0 +1,13 @@
#pragma once
#include <solanaceae/object_store/fwd.hpp>
namespace Systems {
void file_inactivity(
ObjectRegistry& os_reg,
float current_time
);
} // Systems