aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/native
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-01-03 00:43:46 +0800
committercrupest <crupest@outlook.com>2020-01-03 00:43:46 +0800
commit8fc4e33b97372d93b1bcc4b598e5c8e2f15652d8 (patch)
tree8508a9e9f54f9ff871f53f5628894cefec440d05 /include/cru/platform/native
parentd5ff69096a3f56052b30d8ef827845473d4aa5ea (diff)
downloadcru-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.hpp1
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