rotor
Event loop friendly C++ actor micro-framework
 
Loading...
Searching...
No Matches
wx.hpp
Go to the documentation of this file.
1#pragma once
2
3//
4// Copyright (c) 2019-2020 Ivan Baidakou (basiliscos) (the dot dmol at gmail dot com)
5//
6// Distributed under the MIT Software License
7//
8
13#include "rotor/wx/supervisor_config_wx.h"
14#include "rotor/wx/supervisor_wx.h"
15#include "rotor/wx/system_context_wx.h"
16
17namespace rotor {
18
20namespace wx {}
21
22} // namespace rotor
Basic namespace for all rotor functionalities.
Definition rotor.hpp:21