/* -------------------------------------------
Copyright Mahrouss Logic
------------------------------------------- */
#pragma once
/// TODO: integrate compression into the shell.
/// @brief NewFS catalog is compressed.
#define kNewFSIsZip 255
/// @brief NewFS catalog has password attached to it.
#define kNewFSHasPassword 256
class ShellInterface;