blob: 3160681d21c72bbf4281712861926345c8ca1eb0 [file] [log] [blame] [edit]
#ifndef _RIVE_MANIFEST_FLAGS_HPP_
#define _RIVE_MANIFEST_FLAGS_HPP_
namespace rive
{
enum class ManifestSections : unsigned char
{
names = 0,
paths = 1,
};
}
#endif