Changed project structure.
This commit is contained in:
15
include/ehs/URI.h
Normal file
15
include/ehs/URI.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include "EHS.h"
|
||||
#include "Str.h"
|
||||
|
||||
namespace ehs
|
||||
{
|
||||
class URI
|
||||
{
|
||||
public:
|
||||
static Str_8 Encode(const Str_8& in);
|
||||
|
||||
static Str_8 Decode(const Str_8& in);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user