transfer stats

This commit is contained in:
2024-07-13 11:46:33 +02:00
parent 31253f5708
commit dd04e6131a
7 changed files with 190 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
#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