mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
add arg name for fullPathForFilename
This commit is contained in:
parent
81f8573cc5
commit
c11462af1d
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ public:
|
|||
@since v2.1
|
||||
@note Robtop Addition: added a bool parameter
|
||||
*/
|
||||
virtual gd::string fullPathForFilename(const char* pszFileName, bool);
|
||||
virtual gd::string fullPathForFilename(const char* pszFileName, bool skipSuffix);
|
||||
|
||||
// @note RobTop Addition
|
||||
virtual void removeFullPath(const char* path);
|
||||
|
|
Loading…
Reference in a new issue