14 lines
164 B
C++
14 lines
164 B
C++
#pragma once
|
|
|
|
#include <solanaceae/object_store/fwd.hpp>
|
|
|
|
namespace Systems {
|
|
|
|
void file_inactivity(
|
|
ObjectRegistry& os_reg,
|
|
float current_time
|
|
);
|
|
|
|
} // Systems
|
|
|