diff options
author | crupest <crupest@outlook.com> | 2020-04-02 23:00:34 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-04-02 23:00:34 +0800 |
commit | ee61633d81cc9e34c3bd8b5fbfb6a5a25a1f3ea5 (patch) | |
tree | b2cf74e5ff45ebe5604bb3ffb189d2d2bd1406df /include/cru/platform/native/base.hpp | |
parent | 7fd9ca808c908c67d9bec2183034ad16ea86a912 (diff) | |
download | cru-ee61633d81cc9e34c3bd8b5fbfb6a5a25a1f3ea5.tar.gz cru-ee61633d81cc9e34c3bd8b5fbfb6a5a25a1f3ea5.tar.bz2 cru-ee61633d81cc9e34c3bd8b5fbfb6a5a25a1f3ea5.zip |
...
Diffstat (limited to 'include/cru/platform/native/base.hpp')
-rw-r--r-- | include/cru/platform/native/base.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/platform/native/base.hpp b/include/cru/platform/native/base.hpp index 5ebd98d6..883a9450 100644 --- a/include/cru/platform/native/base.hpp +++ b/include/cru/platform/native/base.hpp @@ -10,6 +10,7 @@ struct ICursorManager; struct IUiApplication; struct INativeWindow; struct INativeWindowResolver; +struct IInputMethodManager; struct Dpi { float x; |