#include <nitro/fs.h>
enum { FS_ARCHIVE_NAME_LEN_MAX = 3 } ;
Defines the maximum length for character string names that you can register in the archive.
You cannot use a character string exceeding this size with the FS_RegisterArchiveName
function.
FSArchive
, FS_RegisterArchiveName
06/30/2004 Initial version.