solanaceae_ngc_ft1/solanaceae/ngc_ft1_sha1/transfer_stats_systems.hpp

12 lines
211 B
C++
Raw Normal View History

2024-07-13 11:46:33 +02:00
#pragma once
#include <solanaceae/object_store/object_store.hpp>
namespace Systems {
// time only needs to be relative
void transfer_tally_update(ObjectRegistry& os_reg, const float time_now);
} // Systems