diff options
Diffstat (limited to 'src/resources/resourcemanager.h')
-rw-r--r-- | src/resources/resourcemanager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/resourcemanager.h b/src/resources/resourcemanager.h index c3ed8904..961c000a 100644 --- a/src/resources/resourcemanager.h +++ b/src/resources/resourcemanager.h @@ -74,8 +74,9 @@ class ResourceManager * converted into the appropriate path for the current operating system * and the resource is loaded. * - * @param type The type of resource to load. + * @param type The type of resource to load. * @param idPath The resource identifier path. + * @param flags Flags to control the loading of certain resources. * @return A valid resource or <code>NULL</code> if the resource could * not be loaded. */ |