EHS
BaseSystem.h
Go to the documentation of this file.
1#pragma once
2
3#include "ehs/EHS.h"
4#include "ehs/Str.h"
5
6namespace ehs
7{
8 class EHS_LIB_IO BaseSystem
9 {
10 public:
11 static void OpenURI(const Str_8& uri);
12
13 static Str_8 OpenFileDialog(const Str_8 &dir, const Str_8 &filters);
14
15 static Str_8 GetDirDialog(const Str_8 &dir);
16 };
17}
Definition: BaseSystem.h:9
Definition: Anchor.h:6