diff options
author | crupest <crupest@outlook.com> | 2020-01-03 00:43:46 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-01-03 00:43:46 +0800 |
commit | 8fc4e33b97372d93b1bcc4b598e5c8e2f15652d8 (patch) | |
tree | 8508a9e9f54f9ff871f53f5628894cefec440d05 /include/cru/platform/native | |
parent | d5ff69096a3f56052b30d8ef827845473d4aa5ea (diff) | |
download | cru-8fc4e33b97372d93b1bcc4b598e5c8e2f15652d8.tar.gz cru-8fc4e33b97372d93b1bcc4b598e5c8e2f15652d8.tar.bz2 cru-8fc4e33b97372d93b1bcc4b598e5c8e2f15652d8.zip |
...
Diffstat (limited to 'include/cru/platform/native')
-rw-r--r-- | include/cru/platform/native/window.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/platform/native/window.hpp b/include/cru/platform/native/window.hpp index 84193a13..9f2e2e71 100644 --- a/include/cru/platform/native/window.hpp +++ b/include/cru/platform/native/window.hpp @@ -69,6 +69,7 @@ struct INativeWindow : virtual INativeResource { // See INativeWindow for more info. struct INativeWindowResolver : virtual INativeResource { + // Think twice before you save the return value. virtual INativeWindow* Resolve() = 0; }; } // namespace cru::platform::native |