#pragma once #include "../stereokit.h" namespace sk { bool none_init(); void none_step_begin(); void none_step_end(); void none_shutdown(); }