diff options
Diffstat (limited to 'core/include')
| -rw-r--r-- | core/include/turns/core/init.hpp | 11 |
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 |
