]> git.lizzy.rs Git - irrlicht.git/blobdiff - include/path.h
Fix IGUIElements not getting a tab order because of invisible or disabled parents.
[irrlicht.git] / include / path.h
index b5379877e1e64e5fe831dd99717950d4e8c00a20..6bfa2a0bb9a41769f7fa6f34a7cacdd011f0ed55 100644 (file)
@@ -13,7 +13,9 @@ namespace io
 {\r
 \r
 //! Type used for all file system related strings.\r
-/** This type will transparently handle different file system encodings. */\r
+/** This type will transparently handle different file system encodings. \r
+    NOTE: For historical reasons the tool-functions using io::path are all in coreutil.h\r
+*/\r
 typedef core::string<fschar_t> path;\r
 \r
 //! Used in places where we identify objects by a filename, but don't actually work with the real filename\r