wx.hpp 467 B

1234567891011121314151617181920212223
  1. #pragma once
  2. //
  3. // Copyright (c) 2019-2020 Ivan Baidakou (basiliscos) (the dot dmol at gmail dot com)
  4. //
  5. // Distributed under the MIT Software License
  6. //
  7. /** \file wx.hpp
  8. * A convenience header to include rotor support for wxWidgets
  9. */
  10. #include "rotor/wx/supervisor_config_wx.h"
  11. #include "rotor/wx/supervisor_wx.h"
  12. #include "rotor/wx/system_context_wx.h"
  13. namespace rotor {
  14. /// namespace for wxWidgets adapters for `rotor`
  15. namespace wx {}
  16. } // namespace rotor