IXWebSocket/ixwebsocket/IXUserAgent.h

15 lines
214 B
C
Raw Permalink Normal View History

2019-08-30 21:48:18 +02:00
/*
* IXUserAgent.h
* Author: Benjamin Sergeant
* Copyright (c) 2019 Machine Zone, Inc. All rights reserved.
*/
#pragma once
#include <string>
namespace ix
{
std::string userAgent();
} // namespace ix