VFS: Add constant in pawn include to define max path

This commit is contained in:
Arkshine 2015-03-09 00:48:28 +01:00
parent 71ab8d560e
commit ba11085ddc

View File

@ -16,6 +16,19 @@
#endif
#define _file_included
/**
* @note All paths in AMX Mod X natives are relative to the mod folder
* unless otherwise noted.
*
* Most functions in AMX Mod X (at least, ones that deal with direct
* file manipulation) will support an alternate path specification.
*/
/**
* Maximum path length.
*/
#define PLATFORM_MAX_PATH 256
/**
* File inode types for use with open_dir() and next_file().
*/