diff options
Diffstat (limited to 'src/io/resource.h')
| -rw-r--r-- | src/io/resource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/io/resource.h b/src/io/resource.h index 36fe5f81e..fbf2111f4 100644 --- a/src/io/resource.h +++ b/src/io/resource.h @@ -48,6 +48,8 @@ enum Domain { Util::ptr_shared<char> get_path(Domain domain, Type type, char const *filename=NULL); +Util::ptr_shared<char> get_filename(Type type, char const *filename=NULL); + } } |
