summaryrefslogtreecommitdiff
path: root/core/include
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-07-25 08:20:05 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-07-25 08:20:05 +0200
commit10a8d40e12b30beec0781deb0af894f66fe3561f (patch)
tree43e5ce91406175c0ed141010affff8302e3fa5e1 /core/include
parent075837dc248ee36ec5abe7026bbb44b3c0609d29 (diff)
downloadturns-10a8d40e12b30beec0781deb0af894f66fe3561f.tar.xz
turns-10a8d40e12b30beec0781deb0af894f66fe3561f.zip
turns: add initialization functions
Diffstat (limited to 'core/include')
-rw-r--r--core/include/turns/core/init.hpp11
1 files changed, 11 insertions, 0 deletions
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