Move Hex from WinStd to stdex

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2022-02-03 15:12:39 +01:00
parent a254dd527a
commit 19c523509b
8 changed files with 12 additions and 9 deletions

View File

@@ -9,6 +9,7 @@
#pragma comment(lib, "Secur32.lib")
using namespace std;
using namespace stdex;
using namespace winstd;

View File

@@ -7,6 +7,7 @@
#include "PCH.h"
using namespace std;
using namespace stdex;
using namespace winstd;