# Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # Wx::RTC sub package loader for wxRuby3 require 'wx/core' require 'wx/html' require 'wx/prt' if Wx.has_feature?(:USE_PRINTING_ARCHITECTURE) require 'wxruby_rtc' require 'wx/rtc/require' ::Wx.include(WxRubyStyleAccessors) ::Wx.include(::Wx::RTC) if defined?(::WX_GLOBAL_CONSTANTS) && ::WX_GLOBAL_CONSTANTS ::Wx::RTC.include((defined?(::WX_GLOBAL_CONSTANTS) && ::WX_GLOBAL_CONSTANTS) ? WxGlobalConstants : WxEnumConstants)