solanaceae_ngc_ft1/solanaceae/ngc_ft1_sha1/re_announce_systems.hpp

18 lines
309 B
C++
Raw Normal View History

2024-07-14 12:38:00 +02:00
#pragma once
#include <solanaceae/object_store/object_store.hpp>
#include <solanaceae/contact/contact_model3.hpp>
#include <solanaceae/ngc_ext/ngcext.hpp>
namespace Systems {
void re_announce(
ObjectRegistry& os_reg,
Contact3Registry& cr,
NGCEXTEventProvider& neep,
const float delta
);
} // Systems