sandbox
Loading...
Searching...
No Matches
script.hpp
1// SPDX-License-Identifier: MIT
2#ifndef LIBSBX_SCENES_COMPONENTS_SCRIPT_HPP__
3#define LIBSBX_SCENES_COMPONENTS_SCRIPT_HPP__
4
5namespace sbx::scenes {
6
7auto initialize_runtime() -> void;
8
9} // namespace sbx::scenes
10
11#endif // LIBSBX_SCENES_COMPONENTS_SCRIPT_HPP__