EHS
System_W32.h
Go to the documentation of this file.
1#pragma once
2
3#include "BaseSystem.h"
4
5namespace ehs
6{
7 class EHS_LIB_IO System : public BaseSystem
8 {
9 public:
10 static void OpenURI(const Str_8& uri);
11 };
12}
static void OpenURI(const Str_8 &uri)
Definition: Anchor.h:6