X-Git-Url: https://git.pterodactylus.net/?p=ecparse.git;a=blobdiff_plain;f=TagType.h;fp=TagType.h;h=cdfd7ff3c86691da59cb602d775b81160a3a6bae;hp=0000000000000000000000000000000000000000;hb=5d07c630077c673b5a7ffaa23fcfb11eefe2136f;hpb=2e311f5feab0d242fc617dc070305185242f7aad diff --git a/TagType.h b/TagType.h new file mode 100644 index 0000000..cdfd7ff --- /dev/null +++ b/TagType.h @@ -0,0 +1,10 @@ +/** + * © 2008 by David Roden + */ + +#pragma once + +enum TagType { + String, Blob, Hash, UInt32, UInt16, UInt8, UInt64 +}; +