/*** Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved. File: auString.hpp Date: 2022-2-1 Author: Reece ***/ #pragma once //#include "tinyutf8.h" //#define AU_STRING_IS_TINYUTF_EXPERIMENT using AuString = std::string;