From 10a8d40e12b30beec0781deb0af894f66fe3561f Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 25 Jul 2024 08:20:05 +0200 Subject: turns: add initialization functions --- core/include/turns/core/init.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 core/include/turns/core/init.hpp (limited to 'core/include') diff --git a/core/include/turns/core/init.hpp b/core/include/turns/core/init.hpp new file mode 100644 index 0000000..f0dc70e --- /dev/null +++ b/core/include/turns/core/init.hpp @@ -0,0 +1,11 @@ +#ifndef TURNS_CORE_INIT_HPP +#define TURNS_CORE_INIT_HPP + +namespace turns::core +{ + + auto register_types() -> void; + +} // namespace turns::core + +#endif \ No newline at end of file -- cgit v1.2.3