--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40153
This commit is contained in:
Borja Ferrer 2006-11-06 22:30:59 +00:00
parent 4459591825
commit ba9b4f4211

View File

@ -95,8 +95,6 @@ namespace SourceMod
* @brief Opens a directory for reading.
*
* @param path Path to directory.
* @param error Buffer for any error message (may be NULL).
* @param err_max Maximum length of error buffer.
* @return Pointer to an IDirectory, NULL if failed.
*/
virtual IDirectory *OpenDirectory(const char *path) =0;