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