Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
refs/heads/main
/
.
/
include
/
rive
/
manifest_sections.hpp
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