summaryrefslogtreecommitdiffstats
path: root/Examples/main/miscUtils.h
blob: 52770a6034b1a8849b03aa2941000139f887d29b (plain)
1
2
3
4
5
6
7
8
9
#pragma once
#include <string>

std::string utf8( const std::wstring& utf16 );

std::wstring utf16( const std::string& u8 );

using HRESULT = long;
void printError( const char* what, HRESULT hr );