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