kopia lustrzana https://github.com/jameshball/osci-render
15 wiersze
214 B
C
15 wiersze
214 B
C
![]() |
/*
|
||
|
* 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
|