hiro.hpp 511 B

12345678910111213141516171819202122
  1. #pragma once
  2. /* hiro
  3. * author: byuu
  4. * license: ISC
  5. *
  6. * hiro is a cross-platform GUI toolkit
  7. * it provides a consistent, minimal API wrapper to: Windows, Cocoa, GTK+ and Qt
  8. * it also provides a reference wrapper for terminal applications with optional UIs
  9. */
  10. #include "components.hpp"
  11. #include "core/core.hpp"
  12. #include "extension/extension.hpp"
  13. #undef DeclareShared
  14. #undef DeclareSharedObject
  15. #undef DeclareSharedAction
  16. #undef DeclareSharedSizable
  17. #undef DeclareSharedLayout
  18. #undef DeclareSharedWidget