mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <boost/unordered_map.hpp>
|
||||
|
||||
namespace RBX
|
||||
{
|
||||
namespace HttpAux
|
||||
{
|
||||
typedef boost::unordered_map<std::string, std::string> AdditionalHeaders;
|
||||
} // namespace HttpAux
|
||||
} // namespace RBX
|
||||
Reference in New Issue
Block a user