Files
whisper-com/include/WHISPER/whisper.hpp
2022-11-10 14:43:26 +01:00

31 lines
482 B
C++

#pragma once
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/
/**
* @file
* @copyright 2022 MPLv2
*/
#define ZMQ_BUILD_DRAFT_API 1
#include <zmq.hpp>
/**
* @brief namespace for all whisper-com related components
*/
namespace WHISPER
{
// Add datatypes here
class whispercomm{
};
} // namespace WHISPER