EHS
Loading...
Searching...
No Matches
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(Str_8 uri);
11 };
12}
Definition BaseSystem.h:9
Definition System_LNX.h:9
static void OpenURI(Str_8 uri)
Definition Anchor.h:6
Str< Char_8, UInt_64 > Str_8
Definition Str.h:1953