diff options
author | cutealien <cutealien@dfc29bdd-3216-0410-991c-e03cc46cb475> | 2021-08-26 21:57:27 +0000 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2021-08-27 10:59:31 +0200 |
commit | 9690c1b3e30410f4780dc6466ae474cc1350f82a (patch) | |
tree | 09128dd0088f9e135e62d2a16b87a46c89e98262 /include/path.h | |
parent | c26ff3476f5cce6c6ce2d6fa1b88c9dfff3674ca (diff) | |
download | irrlicht-9690c1b3e30410f4780dc6466ae474cc1350f82a.tar.xz |
Merging r6196 through r6248 from trunk to ogl-es branch
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6249 dfc29bdd-3216-0410-991c-e03cc46cb475
Diffstat (limited to 'include/path.h')
-rw-r--r-- | include/path.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/path.h b/include/path.h index b537987..6bfa2a0 100644 --- a/include/path.h +++ b/include/path.h @@ -13,7 +13,9 @@ namespace io {
//! Type used for all file system related strings.
-/** This type will transparently handle different file system encodings. */
+/** This type will transparently handle different file system encodings.
+ NOTE: For historical reasons the tool-functions using io::path are all in coreutil.h
+*/
typedef core::string<fschar_t> path;
//! Used in places where we identify objects by a filename, but don't actually work with the real filename
|