diff options
author | crupest <crupest@outlook.com> | 2021-11-18 17:56:12 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-11-18 17:56:12 +0800 |
commit | 814be0155a567328f95c3e1a2b7becf4f0b5b977 (patch) | |
tree | 2d9c0d041c6e94ce5cf373f85cfa75ddd939e22b /include/cru/platform/gui/Base.hpp | |
parent | 0f3e84f0ef4c62d20e5cb4d9e5677ec39afb894d (diff) | |
download | cru-814be0155a567328f95c3e1a2b7becf4f0b5b977.tar.gz cru-814be0155a567328f95c3e1a2b7becf4f0b5b977.tar.bz2 cru-814be0155a567328f95c3e1a2b7becf4f0b5b977.zip |
...
Diffstat (limited to 'include/cru/platform/gui/Base.hpp')
-rw-r--r-- | include/cru/platform/gui/Base.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/platform/gui/Base.hpp b/include/cru/platform/gui/Base.hpp index 4c2a8034..b432a2e0 100644 --- a/include/cru/platform/gui/Base.hpp +++ b/include/cru/platform/gui/Base.hpp @@ -21,6 +21,7 @@ struct ICursorManager; struct IUiApplication; struct INativeWindow; struct IInputMethodContext; +struct IClipboard; namespace details { struct TagMouseButton {}; |