#pragma once #include "BaseSystem.h" namespace ehs { class EHS_LIB_IO System : public BaseSystem { public: static void OpenURI(Str_8 uri); }; }