Adjusted workflow.
This commit is contained in:
12
include/ehs/system/System_W32.h
Normal file
12
include/ehs/system/System_W32.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "BaseSystem.h"
|
||||
|
||||
namespace ehs
|
||||
{
|
||||
class System : public BaseSystem
|
||||
{
|
||||
public:
|
||||
static void OpenURI(const Str_8& uri);
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user