Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
decf2d683d1affdf0dfe0c5113a87c81a580c8dc
/
.
/
include
/
rive
/
manifest_sections.hpp
blob: 3160681d21c72bbf4281712861926345c8ca1eb0 [
file
] [
log
] [
blame
]
#ifndef
_RIVE_MANIFEST_FLAGS_HPP_
#define
_RIVE_MANIFEST_FLAGS_HPP_
namespace
rive
{
enum
class
ManifestSections
:
unsigned
char
{
names
=
0
,
paths
=
1
,
};
}
#endif